summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Wragg <dpw@lshift.net>2010-09-20 10:58:18 +0100
committerDavid Wragg <dpw@lshift.net>2010-09-29 02:02:32 +0100
commitc8a45848968a21c3021489a6ba3ab1ffe5ef2a90 (patch)
tree899a2d552ddab2cd351066f93c7849a3748afa32
parent2b197f947f79b119a87120d1d29ff0935287b0a8 (diff)
downloadhg-fast-export-c8a45848968a21c3021489a6ba3ab1ffe5ef2a90.tar.gz
The "verifying branch" message is not very interesting
Particularly if the repo has hundreds of branches.
-rwxr-xr-xhg-fast-export.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/hg-fast-export.py b/hg-fast-export.py
index d87c18d..519b556 100755
--- a/hg-fast-export.py
+++ b/hg-fast-export.py
@@ -267,8 +267,6 @@ def verify_heads(ui,repo,cache,force):
b=get_branch(b)
sha1=get_git_sha1(b)
c=cache.get(b)
- if sha1!=None and c!=None:
- sys.stderr.write('Verifying branch [%s]\n' % b)
if sha1!=c:
sys.stderr.write('Error: Branch [%s] modified outside hg-fast-export:'
'\n%s (repo) != %s (cache)\n' % (b,sha1,c))