Skip to content
Snippets Groups Projects
Commit 2e169a222e63 authored by Pierre-Yves David's avatar Pierre-Yves David :octopus:
Browse files

delta-find: fix the computation of the `prev` value

The previous computation was "wrong" it always used the tiprev, even when computing a delta in a non-append case (mostly benchmark).

This never produced wrong delta on disk, but would misled debug or performance command. Since it does not have any actual user impact, I did not put this on stable.

With the code fixed we can now use revisions in some search and it makes the
test display more interesting behavior since the algorithm has more to work
with.
parent 7455cae67260
No related branches found
No related tags found
1 merge request!752introduce subclass for delta-search
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment