introduce subclass for delta-search
Compare changes
- Pierre-Yves David authored
That object represent the search of a good delta for one revision. It will replace the interleaved generator currently in use. It will make the logic more explicit and easier to split into different subclass for the algorithm variant. We will move content gradually before doing deeper rework. For now, we only move the `_candidategroups` function here. More will follow in the same series.
+ 185
− 153
@@ -675,26 +675,6 @@
@@ -700,7 +680,5 @@
@@ -706,21 +684,4 @@
@@ -726,4 +687,5 @@
@@ -727,23 +689,37 @@
@@ -749,22 +725,44 @@
@@ -770,30 +768,27 @@
@@ -799,15 +794,33 @@
@@ -813,27 +826,17 @@
@@ -839,5 +842,32 @@
@@ -1410,7 +1440,7 @@
@@ -1420,6 +1450,8 @@