##// END OF EJS Templates
revlog: fix check-code error
Matt Mackall -
r21752:e250a482 stable
parent child Browse files
Show More
@@ -919,7 +919,7 b' class revlog(object):'
919
919
920 # preload the cache
920 # preload the cache
921 try:
921 try:
922 while 1:
922 while True:
923 # ensure that the cache doesn't change out from under us
923 # ensure that the cache doesn't change out from under us
924 _cache = self._chunkcache
924 _cache = self._chunkcache
925 self._chunkraw(revs[0], revs[-1])
925 self._chunkraw(revs[0], revs[-1])
General Comments 0
You need to be logged in to leave comments. Login now