##// END OF EJS Templates
find-delta: minor preparatory change...
marmoute -
r50570:0fca6395 default
parent child Browse files
Show More
@@ -1071,7 +1071,7 b' class deltacomputer:'
1071 1071 snapshotdepth = len(revlog._deltachain(deltabase)[0])
1072 1072 delta = None
1073 1073 if revinfo.cachedelta:
1074 cachebase, cachediff = revinfo.cachedelta
1074 cachebase = revinfo.cachedelta[0]
1075 1075 # check if the diff still apply
1076 1076 currentbase = cachebase
1077 1077 while (
General Comments 0
You need to be logged in to leave comments. Login now