Skip to content

Commit

Permalink
remote-helpers: trivial cleanup
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Felipe Contreras authored and Junio C Hamano committed May 8, 2013
1 parent 435f39a commit 0df8603
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contrib/remote-helpers/git-remote-hg
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 0df8603

Please sign in to comment.