git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
e1219e4
)
remote-hg: properly report errors on bookmark pushes
author
Felipe Contreras
<redacted>
Thu, 11 Apr 2013 12:22:59 +0000
(07:22 -0500)
committer
Junio C Hamano
<redacted>
Thu, 11 Apr 2013 17:46:46 +0000
(10:46 -0700)
Signed-off-by: Felipe Contreras <redacted>
Signed-off-by: Junio C Hamano <redacted>
contrib/remote-helpers/git-remote-hg
patch
|
blob
|
history
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/'):]
git clone https://git.99rst.org/PROJECT