mercurial/changelog.py
changeset 41831 ae189674bdad
parent 41763 6843379bf99e
child 42116 caa067ee21dc
--- a/mercurial/changelog.py	Thu Feb 28 07:45:51 2019 -0800
+++ b/mercurial/changelog.py	Sat Mar 02 12:51:04 2019 -0800
@@ -183,8 +183,8 @@
     """
 
     __slots__ = (
-        u'_offsets',
-        u'_text',
+        r'_offsets',
+        r'_text',
     )
 
     def __new__(cls, text):