Mercurial > public > mercurial-scm > hg
comparison mercurial/debugcommands.py @ 49399:a3fdc4fcb7d2 stable
debug-discovery: fix a typo in the doc
The second option should be `--remote-?` as we just talked about `--local-?`
already.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Tue, 26 Jul 2022 04:54:59 +0200 |
parents | 2e726c934fcd |
children | a1bb21542ab0 |
comparison
equal
deleted
inserted
replaced
49398:98645c1bfeaa | 49399:a3fdc4fcb7d2 |
---|---|
1185 """runs the changeset discovery protocol in isolation | 1185 """runs the changeset discovery protocol in isolation |
1186 | 1186 |
1187 The local peer can be "replaced" by a subset of the local repository by | 1187 The local peer can be "replaced" by a subset of the local repository by |
1188 using the `--local-as-revs` flag. Int he same way, usual `remote` peer can | 1188 using the `--local-as-revs` flag. Int he same way, usual `remote` peer can |
1189 be "replaced" by a subset of the local repository using the | 1189 be "replaced" by a subset of the local repository using the |
1190 `--local-as-revs` flag. This is useful to efficiently debug pathological | 1190 `--remote-as-revs` flag. This is useful to efficiently debug pathological |
1191 discovery situation. | 1191 discovery situation. |
1192 | 1192 |
1193 The following developer oriented config are relevant for people playing with this command: | 1193 The following developer oriented config are relevant for people playing with this command: |
1194 | 1194 |
1195 * devel.discovery.exchange-heads=True | 1195 * devel.discovery.exchange-heads=True |