Skip to content

Commit

Permalink
remote-hg: update remote bookmarks
Browse files Browse the repository at this point in the history
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Felipe Contreras authored and Junio C Hamano committed Apr 11, 2013
1 parent 0ff1b61 commit d7314b3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions contrib/remote-helpers/git-remote-hg
Original file line number Diff line number Diff line change
Expand Up @@ -744,6 +744,11 @@ def do_export(parser):
print "error %s" % ref
continue

if peer:
if not peer.pushkey('bookmarks', bmark, old, new):
print "error %s" % ref
continue

print "ok %s" % ref

print
Expand Down

0 comments on commit d7314b3

Please sign in to comment.