##// END OF EJS Templates
delta-find: introduce a _DeltaSearch object...
delta-find: introduce a _DeltaSearch object 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.
marmoute -
r52213:c82e03b1 default
Show More
Name Size Modified Last Commit Author
/ mercurial / admin
__init__.py Loading ...
verify.py Loading ...