# HG changeset patch # User Matt Mackall # Date 2011-07-14 17:39:39 # Node ID 743cc738f7040f2f6daa574deb2e2b8d9b5b03a4 # Parent ddc4567a3d0b1d9e405e4c7974b8324e1aaf6036 verify: fix mq misfire diff --git a/mercurial/verify.py b/mercurial/verify.py --- a/mercurial/verify.py +++ b/mercurial/verify.py @@ -176,8 +176,6 @@ def _verify(repo): for f in sorted(filelinkrevs): count += 1 - if m == nullid: - continue ui.progress(_('crosschecking'), count, total=total) if f not in filenodes: lr = filelinkrevs[f][0]