remote-hg: update remote bookmarks
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>maint
parent
0ff1b61770
commit
d7314b3acf
|
@ -744,6 +744,11 @@ def do_export(parser):
|
||||||
print "error %s" % ref
|
print "error %s" % ref
|
||||||
continue
|
continue
|
||||||
|
|
||||||
|
if peer:
|
||||||
|
if not peer.pushkey('bookmarks', bmark, old, new):
|
||||||
|
print "error %s" % ref
|
||||||
|
continue
|
||||||
|
|
||||||
print "ok %s" % ref
|
print "ok %s" % ref
|
||||||
|
|
||||||
print
|
print
|
||||||
|
|
Loading…
Reference in New Issue