author | Matt Mackall <mpm@selenic.com> |
Wed, 13 Jul 2011 16:28:46 -0500 | |
changeset 14872 | 15afa4984a94 |
parent 14871 | 3a65e3f34b8c |
child 14873 | f79d47813b8b |
--- a/mercurial/verify.py Wed Jul 13 19:24:54 2011 -0500 +++ b/mercurial/verify.py Wed Jul 13 16:28:46 2011 -0500 @@ -176,6 +176,8 @@ 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]