verify: initialize rp variable in case we hit out of memory stable
authorMatt Mackall <mpm@selenic.com>
Thu, 05 Aug 2010 16:17:33 -0500
branchstable
changeset 11756 0299240b849b
parent 11755 7d2aaeea67ed
child 11757 65bd4b8e48bd
verify: initialize rp variable in case we hit out of memory
mercurial/verify.py
--- 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)