Re: [PATCH v3 08/20] remote-hg: split bookmark handling

2013-04-10 Thread Junio C Hamano
Felipe Contreras writes: > On Mon, Apr 8, 2013 at 12:13 PM, Felipe Contreras > wrote: > >> --- a/contrib/remote-helpers/git-remote-hg >> +++ b/contrib/remote-helpers/git-remote-hg > >> @@ -731,6 +722,26 @@ def do_export(parser): >> if peer: >> parser.repo.push(peer, force=False) >>

Re: [PATCH v3 08/20] remote-hg: split bookmark handling

2013-04-10 Thread Felipe Contreras
On Mon, Apr 8, 2013 at 12:13 PM, Felipe Contreras wrote: > --- a/contrib/remote-helpers/git-remote-hg > +++ b/contrib/remote-helpers/git-remote-hg > @@ -731,6 +722,26 @@ def do_export(parser): > if peer: > parser.repo.push(peer, force=False) > > +# handle bookmarks > +for b

[PATCH v3 08/20] remote-hg: split bookmark handling

2013-04-08 Thread Felipe Contreras
Will be useful for remote bookmarks. Signed-off-by: Felipe Contreras --- contrib/remote-helpers/git-remote-hg | 39 +++- 1 file changed, 25 insertions(+), 14 deletions(-) diff --git a/contrib/remote-helpers/git-remote-hg b/contrib/remote-helpers/git-remote-hg in