# HG changeset patch # User Pierre-Yves David # Date 1686188984 -7200 # 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 -r 485c9410b75a -r f2d78fb29f61 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 ---------------------------------------------------------------------------------