comparison tests/test-help.t @ 49228: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
comparison
equal deleted inserted replaced
49227:2bcf5e14bb7e 49228:b909dd35d9ab
976 Test list of internal help commands 976 Test list of internal help commands
977 977
978 $ hg help debug 978 $ hg help debug
979 debug commands (internal and unsupported): 979 debug commands (internal and unsupported):
980 980
981 debug-delta-find
982 display the computation to get to a valid delta for storing REV
981 debug-repair-issue6528 983 debug-repair-issue6528
982 find affected revisions and repair them. See issue6528 for more 984 find affected revisions and repair them. See issue6528 for more
983 details. 985 details.
984 debugancestor 986 debugancestor
985 find the ancestor revision of two revisions in a given index 987 find the ancestor revision of two revisions in a given index