Skip to content
Snippets Groups Projects

introduce subclass for delta-search

Merged Pierre-Yves David requested to merge topic/default/better-delta.class-split into branch/default
1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
@@ -776,6 +776,9 @@
tested.add(rev)
continue
# filter out delta base that will never produce good delta
#
# if the delta of that base is already bigger than the limit
# for the delta chain size, doing a delta is hopeless.
if deltas_limit < self.revlog.length(rev):
tested.add(rev)
continue
Loading