Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
remote-hg: properly report errors on bookmark pushes
author
Felipe Contreras
<felipe.contreras@gmail.com>
Thu, 11 Apr 2013 12:22:59 +0000
(07:22 -0500)
committer
Junio C Hamano
<gitster@pobox.com>
Thu, 11 Apr 2013 17:46:46 +0000
(10:46 -0700)
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/remote-helpers/git-remote-hg
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
e1219e4
)
diff --git
a/contrib/remote-helpers/git-remote-hg
b/contrib/remote-helpers/git-remote-hg
index 844ec50813f1f681076c7f649b4e054d3905d4b6..19eb4dbd9a18b581a58db3ddd1f6f0576a632971 100755
(executable)
--- a/
contrib/remote-helpers/git-remote-hg
+++ b/
contrib/remote-helpers/git-remote-hg
@@
-710,6
+710,7
@@
def do_export(parser):
else:
old = ''
if not bookmarks.pushbookmark(parser.repo, bmark, old, node):
+ print "error %s" % ref
continue
elif ref.startswith('refs/tags/'):
tag = ref[len('refs/tags/'):]