diff options
author | Felipe Contreras <felipe.contreras@gmail.com> | 2013-05-07 18:45:15 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-05-07 22:42:20 -0700 |
commit | 0df860383e81f8613fc1d45b7d921f0d51f54f76 (patch) | |
tree | be395a44fb0f5fa732303e4eaaab00971f756877 /contrib/remote-helpers/git-remote-hg | |
parent | remote-bzr: fix for disappeared revisions (diff) | |
download | tgif-0df860383e81f8613fc1d45b7d921f0d51f54f76.tar.xz |
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>
Diffstat (limited to 'contrib/remote-helpers/git-remote-hg')
-rwxr-xr-x | contrib/remote-helpers/git-remote-hg | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/remote-helpers/git-remote-hg b/contrib/remote-helpers/git-remote-hg index 06920f28f2..96ad30d512 100755 --- 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) |