clfilter: verify logic should be unfiltered
authorPierre-Yves David <pierre-yves.david@ens-lyon.org>
Mon, 08 Oct 2012 17:08:52 +0200
changeset 18003 e1e181a64de7
parent 18002 9bc5873e52af
child 18004 747a2f43d5d9
clfilter: verify logic should be unfiltered To verify a changelog obviously needs all of it. The verify logic now ensures it works on an unfiltered repository.
mercurial/verify.py
--- a/mercurial/verify.py	Wed Nov 21 00:53:45 2012 +0100
+++ b/mercurial/verify.py	Mon Oct 08 17:08:52 2012 +0200
@@ -25,6 +25,7 @@
     return f
 
 def _verify(repo):
+    repo = repo.unfiltered()
     mflinkrevs = {}
     filelinkrevs = {}
     filenodes = {}