Mercurial > hg
changeset 21757:c00822e0b8ea
merge with stable
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Sat, 14 Jun 2014 11:56:20 -0500 |
parents | f5fd1580a649 (current diff) e250a482478e (diff) |
children | 0c6cdbb697d9 |
files | |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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])