branch | stable |
changeset 21752 | e250a482478e |
parent 21750 | 4ab287c2d337 |
child 22282 | 4092d12ba18a |
--- a/mercurial/revlog.py Fri Jun 13 14:17:14 2014 -0500 +++ b/mercurial/revlog.py Sat Jun 14 11:49:02 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])