# HG changeset patch # User Pierre-Yves David # Date 2023-06-08 01:49:44 # Node ID f2d78fb29f61b2e0625e8c1c89b62ee448e5b74f # Parent 485c9410b75af9b08f90983fbd5402870a2f2d9b delta-find: display more information about the search in some case This will be useful to access the effect of the delta reuse policy. diff --git a/tests/test-revlog-delta-find.t b/tests/test-revlog-delta-find.t --- a/tests/test-revlog-delta-find.t +++ b/tests/test-revlog-delta-find.t @@ -329,8 +329,8 @@ more subtle to test this behavior. 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 ---------------------------------------------------------------------------------