##// END OF EJS Templates
debug-discovery: apply spelling fixes from Raphaël
marmoute -
r50686:f69bffd0 6.2.1 stable
parent child Browse files
Show More
@@ -1185,10 +1185,10 b' def debugdiscovery(ui, repo, remoteurl=b'
1185 1185 """runs the changeset discovery protocol in isolation
1186 1186
1187 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
1189 be "replaced" by a subset of the local repository using the
1188 using the `--local-as-revs` flag. In the same way, the usual `remote` peer
1189 can be "replaced" by a subset of the local repository using the
1190 1190 `--remote-as-revs` flag. This is useful to efficiently debug pathological
1191 discovery situation.
1191 discovery situations.
1192 1192
1193 1193 The following developer oriented config are relevant for people playing with this command:
1194 1194
General Comments 0
You need to be logged in to leave comments. Login now