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:
Felipe Contreras 2013-04-11 07:23:06 -05:00 коммит произвёл Junio C Hamano
Родитель 0ff1b61770
Коммит d7314b3acf
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -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