Show More
@@ -197,7 +197,7 b' def _verify(repo):' | |||||
197 | t = fl.read(n) |
|
197 | t = fl.read(n) | |
198 | rp = fl.renamed(n) |
|
198 | rp = fl.renamed(n) | |
199 | if len(t) != fl.size(i): |
|
199 | if len(t) != fl.size(i): | |
200 | if not fl._readmeta(n): # ancient copy? |
|
200 | if len(fl.revision(n)) != fl.size(i): | |
201 | err(lr, _("unpacked size is %s, %s expected") % |
|
201 | err(lr, _("unpacked size is %s, %s expected") % | |
202 | (len(t), fl.size(i)), f) |
|
202 | (len(t), fl.size(i)), f) | |
203 | except Exception, inst: |
|
203 | except Exception, inst: |
General Comments 0
You need to be logged in to leave comments.
Login now