Mercurial > public > mercurial-scm > hg-stable
diff tests/test-help.t @ 49249:b909dd35d9ab
deltas: add a debug-delta-find command to analyse delta search
See command documentation for details.
For some reason, pytype is confused by our usage of None/deltainfo variable, so
I had to quiet it.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Fri, 20 May 2022 14:27:46 +0200 |
parents | 411d591e0a27 |
children | db19f6be0442 |
line wrap: on
line diff
--- a/tests/test-help.t Thu May 19 23:39:42 2022 +0100 +++ b/tests/test-help.t Fri May 20 14:27:46 2022 +0200 @@ -978,6 +978,8 @@ $ hg help debug debug commands (internal and unsupported): + debug-delta-find + display the computation to get to a valid delta for storing REV debug-repair-issue6528 find affected revisions and repair them. See issue6528 for more details.