merge with stable
authorMatt Mackall <mpm@selenic.com>
Sat, 14 Jun 2014 11:56:20 -0500
changeset 21757 c00822e0b8ea
parent 21756 f5fd1580a649 (current diff)
parent 21752 e250a482478e (diff)
child 21762 0c6cdbb697d9
merge with stable
--- a/mercurial/revlog.py	Fri May 30 12:57:58 2014 -0700
+++ b/mercurial/revlog.py	Sat Jun 14 11:56:20 2014 -0500
@@ -919,7 +919,7 @@
 
         # preload the cache
         try:
-            while 1:
+            while True:
                 # ensure that the cache doesn't change out from under us
                 _cache = self._chunkcache
                 self._chunkraw(revs[0], revs[-1])