changeset 43506 | 9f70512ae2cf |
parent 43475 | 9ce76155e0da |
child 45942 | 89a2afe31e82 |
--- a/mercurial/utils/compression.py Sun Nov 10 07:30:14 2019 -0800 +++ b/mercurial/utils/compression.py Fri Nov 08 11:19:20 2019 -0800 @@ -29,8 +29,7 @@ CLIENTROLE = b'client' compewireprotosupport = collections.namedtuple( - r'compenginewireprotosupport', - (r'name', r'serverpriority', r'clientpriority'), + 'compenginewireprotosupport', ('name', 'serverpriority', 'clientpriority'), )