delta-find: display more information about the search in some case
This will be useful to access the effect of the delta reuse policy.
--- a/tests/test-revlog-delta-find.t Thu Jun 08 03:05:10 2023 +0200
+++ b/tests/test-revlog-delta-find.t Thu Jun 08 03:49:44 2023 +0200
@@ -329,8 +329,8 @@
DBG-DELTAS: CHANGELOG: * (glob)
DBG-DELTAS: MANIFESTLOG: * (glob)
DBG-DELTAS: MANIFESTLOG: * (glob)
- DBG-DELTAS: FILELOG:my-file.txt: rev=3: delta-base=2 * (glob)
- DBG-DELTAS: FILELOG:my-file.txt: rev=4: delta-base=3 * (glob)
+ DBG-DELTAS: FILELOG:my-file.txt: rev=3: delta-base=2 is-cached=1 *search-rounds=1 try-count=1* (glob)
+ DBG-DELTAS: FILELOG:my-file.txt: rev=4: delta-base=3 is-cached=1 *search-rounds=1 try-count=1* (glob)
Check that running "forced" on a non-general delta repository does not corrupt it
---------------------------------------------------------------------------------