mercurial/util.py
changeset 41834 7f63ec6969f3
parent 41831 ae189674bdad
child 42041 3e47d1ec9da5
--- a/mercurial/util.py	Sat Mar 02 12:55:29 2019 -0800
+++ b/mercurial/util.py	Sat Mar 02 12:57:00 2019 -0800
@@ -3211,9 +3211,9 @@
 SERVERROLE = 'server'
 CLIENTROLE = 'client'
 
-compewireprotosupport = collections.namedtuple(u'compenginewireprotosupport',
-                                               (u'name', u'serverpriority',
-                                                u'clientpriority'))
+compewireprotosupport = collections.namedtuple(r'compenginewireprotosupport',
+                                               (r'name', r'serverpriority',
+                                                r'clientpriority'))
 
 class compressormanager(object):
     """Holds registrations of various compression engines.