git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
0ff1b61
)
remote-hg: update remote bookmarks
author
Felipe Contreras
<redacted>
Thu, 11 Apr 2013 12:23:06 +0000
(07:23 -0500)
committer
Junio C Hamano
<redacted>
Thu, 11 Apr 2013 17:46:47 +0000
(10:46 -0700)
Signed-off-by: Felipe Contreras <redacted>
Signed-off-by: Junio C Hamano <redacted>
contrib/remote-helpers/git-remote-hg
patch
|
blob
|
history
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
git clone https://git.99rst.org/PROJECT