changeset 37490 | 3a91911c4343 |
parent 37489 | 6e6d68c2d39c |
child 37498 | aacfca6f9767 |
--- a/mercurial/wireproto.py Wed Mar 28 16:14:42 2018 -0700 +++ b/mercurial/wireproto.py Wed Mar 28 16:28:54 2018 -0700 @@ -931,7 +931,7 @@ return wireprototypes.streamres(gen=gen) @wireprotocommand('debugwireargs', 'one two *', - permission='pull') + permission='pull', transportpolicy=POLICY_V1_ONLY) def debugwireargs(repo, proto, one, two, others): # only accept optional args from the known set opts = options('debugwireargs', ['three', 'four'], others)