Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
remote-hg: update remote bookmarks
author
Felipe Contreras
<felipe.contreras@gmail.com>
Thu, 11 Apr 2013 12:23:06 +0000
(07:23 -0500)
committer
Junio C Hamano
<gitster@pobox.com>
Thu, 11 Apr 2013 17:46:47 +0000
(10:46 -0700)
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/remote-helpers/git-remote-hg
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
0ff1b61
)
diff --git
a/contrib/remote-helpers/git-remote-hg
b/contrib/remote-helpers/git-remote-hg
index 3ceec8502fd40c29a4a2ab0029736f34f6e284e3..46cddc93aeb5e54a05a198b00f299ef0bff31d02 100755
(executable)
--- 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