delta-find: display more information about the search in some case stable
authorPierre-Yves David <pierre-yves.david@octobus.net>
Thu, 08 Jun 2023 03:49:44 +0200
branchstable
changeset 50656 f2d78fb29f61
parent 50655 485c9410b75a
child 50657 e77ca247b85b
delta-find: display more information about the search in some case This will be useful to access the effect of the delta reuse policy.
tests/test-revlog-delta-find.t
--- 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
 ---------------------------------------------------------------------------------