remote-hg: update remote bookmarks
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

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
|
||||||
|
Reference in New Issue
Block a user