Mercurial > hg-stable
changeset 50385:f2d78fb29f61 stable
delta-find: display more information about the search in some case
This will be useful to access the effect of the delta reuse policy.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Thu, 08 Jun 2023 03:49:44 +0200 |
parents | 485c9410b75a |
children | e77ca247b85b |
files | tests/test-revlog-delta-find.t |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 ---------------------------------------------------------------------------------