Show More
@@ -1071,7 +1071,7 b' class deltacomputer:' | |||||
1071 | snapshotdepth = len(revlog._deltachain(deltabase)[0]) |
|
1071 | snapshotdepth = len(revlog._deltachain(deltabase)[0]) | |
1072 | delta = None |
|
1072 | delta = None | |
1073 | if revinfo.cachedelta: |
|
1073 | if revinfo.cachedelta: | |
1074 |
cachebase |
|
1074 | cachebase = revinfo.cachedelta[0] | |
1075 | # check if the diff still apply |
|
1075 | # check if the diff still apply | |
1076 | currentbase = cachebase |
|
1076 | currentbase = cachebase | |
1077 | while ( |
|
1077 | while ( |
General Comments 0
You need to be logged in to leave comments.
Login now