mirror of
https://github.com/git/git.git
synced 2024-11-28 04:23:30 +08:00
remote-helpers: trivial cleanup
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>
This commit is contained in:
parent
435f39a3e8
commit
0df860383e
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user