зеркало из https://github.com/microsoft/git.git
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:
Родитель
0ff1b61770
Коммит
d7314b3acf
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче