From: Felipe Contreras Date: Thu, 11 Apr 2013 12:23:06 +0000 (-0500) Subject: remote-hg: update remote bookmarks X-Git-Tag: v1.8.3-rc0~38^2~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d7314b3acffbce985a90e594cfa5046d9b94f39e;p=git remote-hg: update remote bookmarks Signed-off-by: Felipe Contreras Signed-off-by: Junio C Hamano --- diff --git a/contrib/remote-helpers/git-remote-hg b/contrib/remote-helpers/git-remote-hg index 3ceec8502f..46cddc93ae 100755 --- a/contrib/remote-helpers/git-remote-hg +++ b/contrib/remote-helpers/git-remote-hg @@ -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