Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
remote-helpers: trivial cleanup
author
Felipe Contreras
<felipe.contreras@gmail.com>
Tue, 7 May 2013 23:45:15 +0000
(18:45 -0500)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 8 May 2013 05:42:20 +0000
(22:42 -0700)
The comment was copied from hg-fast-export, not used anymore.
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:
435f39a
)
diff --git
a/contrib/remote-helpers/git-remote-hg
b/contrib/remote-helpers/git-remote-hg
index 06920f28f210318bb790db217ac231fcc6ae26d8..96ad30d5126702629841e9bc16abfbf07fbe9546 100755
(executable)
--- a/
contrib/remote-helpers/git-remote-hg
+++ b/
contrib/remote-helpers/git-remote-hg
@@
-453,7
+453,6
@@
def export_ref(repo, name, kind, head):
count += 1
if (count % 100 == 0):
print "progress revision %d '%s' (%d/%d)" % (rev, name, count, len(revs))
- print "#############################################################"
# make sure the ref is updated
print "reset %s/%s" % (prefix, ename)