author | Matt Mackall <mpm@selenic.com> |
Thu, 14 Jul 2011 12:39:39 -0500 | |
changeset 14879 | 743cc738f704 |
parent 14878 | ddc4567a3d0b |
child 14883 | 9b9424540a9f |
--- a/mercurial/verify.py Wed Jul 13 19:30:27 2011 -0500 +++ b/mercurial/verify.py Thu Jul 14 12:39:39 2011 -0500 @@ -176,8 +176,6 @@ 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]