Re: [PATCH v3 4/7] remote-bzr: update working tree

2012-12-13 Thread Felipe Contreras
On Thu, Dec 13, 2012 at 5:58 PM, Junio C Hamano wrote: > Junio C Hamano writes: > >>> Perhaps. It's not really clear if we should update the working tree at >>> all. A 'git push' doesn't update the working directory on the remote, >>> but a 'bzr push' does. I thought it was better to leave this >

Re: [PATCH v3 4/7] remote-bzr: update working tree

2012-12-13 Thread Junio C Hamano
Junio C Hamano writes: >> Perhaps. It's not really clear if we should update the working tree at >> all. A 'git push' doesn't update the working directory on the remote, >> but a 'bzr push' does. I thought it was better to leave this >> distinction clear, in case this becomes an issue later on. >

Re: [PATCH v3 4/7] remote-bzr: update working tree

2012-12-13 Thread Junio C Hamano
Felipe Contreras writes: > On Wed, Nov 28, 2012 at 11:38 AM, Junio C Hamano wrote: >> Felipe Contreras writes: >> >>> Signed-off-by: Felipe Contreras >>> --- >>> contrib/remote-helpers/git-remote-bzr | 2 ++ >>> 1 file changed, 2 insertions(+) >>> >>> diff --git a/contrib/remote-helpers/git-r

Re: [PATCH v3 4/7] remote-bzr: update working tree

2012-12-13 Thread Felipe Contreras
On Wed, Nov 28, 2012 at 11:38 AM, Junio C Hamano wrote: > Felipe Contreras writes: > >> Signed-off-by: Felipe Contreras >> --- >> contrib/remote-helpers/git-remote-bzr | 2 ++ >> 1 file changed, 2 insertions(+) >> >> diff --git a/contrib/remote-helpers/git-remote-bzr >> b/contrib/remote-helper

Re: [PATCH v3 4/7] remote-bzr: update working tree

2012-11-28 Thread Junio C Hamano
Felipe Contreras writes: > Signed-off-by: Felipe Contreras > --- > contrib/remote-helpers/git-remote-bzr | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/contrib/remote-helpers/git-remote-bzr > b/contrib/remote-helpers/git-remote-bzr > index 2c05f35..5b89a05 100755 > --- a/contrib/re

[PATCH v3 4/7] remote-bzr: update working tree

2012-11-11 Thread Felipe Contreras
Signed-off-by: Felipe Contreras --- contrib/remote-helpers/git-remote-bzr | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contrib/remote-helpers/git-remote-bzr b/contrib/remote-helpers/git-remote-bzr index 2c05f35..5b89a05 100755 --- a/contrib/remote-helpers/git-remote-bzr +++ b/contrib/re