mercurial/verify.py
branchstable
changeset 11756 0299240b849b
parent 11753 eb7b04657dae
child 12170 581066a319e5
--- a/mercurial/verify.py	Thu Aug 05 16:17:17 2010 -0500
+++ b/mercurial/verify.py	Thu Aug 05 16:17:33 2010 -0500
@@ -231,6 +231,7 @@
 
         checklog(fl, f, lr)
         seen = {}
+        rp = None
         for i in fl:
             revisions += 1
             n = fl.node(i)