debug-discovery: fix a typo in the doc stable
authorPierre-Yves David <pierre-yves.david@octobus.net>
Tue, 26 Jul 2022 04:54:59 +0200
branchstable
changeset 49399 a3fdc4fcb7d2
parent 49398 98645c1bfeaa
child 49400 a1bb21542ab0
debug-discovery: fix a typo in the doc The second option should be `--remote-…` as we just talked about `--local-…` already.
mercurial/debugcommands.py
--- a/mercurial/debugcommands.py	Tue Jul 19 18:40:20 2022 -0400
+++ b/mercurial/debugcommands.py	Tue Jul 26 04:54:59 2022 +0200
@@ -1187,7 +1187,7 @@
     The local peer can be "replaced" by a subset of the local repository by
     using the `--local-as-revs` flag. Int he same way, usual `remote` peer can
     be "replaced" by a subset of the local repository using the
-    `--local-as-revs` flag. This is useful to efficiently debug pathological
+    `--remote-as-revs` flag. This is useful to efficiently debug pathological
     discovery situation.
 
     The following developer oriented config are relevant for people playing with this command: