Skip to content

Commit 0df8603

Browse files
felipecgitster
authored andcommitted
remote-helpers: trivial cleanup
The comment was copied from hg-fast-export, not used anymore. Signed-off-by: Felipe Contreras <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 435f39a commit 0df8603

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

contrib/remote-helpers/git-remote-hg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,6 @@ def export_ref(repo, name, kind, head):
453453
count += 1
454454
if (count % 100 == 0):
455455
print "progress revision %d '%s' (%d/%d)" % (rev, name, count, len(revs))
456-
print "#############################################################"
457456

458457
# make sure the ref is updated
459458
print "reset %s/%s" % (prefix, ename)

0 commit comments

Comments
 (0)