mercurial/dispatch.py
changeset 43554 9f70512ae2cf
parent 43238 101ae8bbfa02
child 43746 ac8fd215a776
--- a/mercurial/dispatch.py	Sun Nov 10 07:30:14 2019 -0800
+++ b/mercurial/dispatch.py	Fri Nov 08 11:19:20 2019 -0800
@@ -658,10 +658,10 @@
 
     def __getattr__(self, name):
         adefaults = {
-            r'norepo': True,
-            r'intents': set(),
-            r'optionalrepo': False,
-            r'inferrepo': False,
+            'norepo': True,
+            'intents': set(),
+            'optionalrepo': False,
+            'inferrepo': False,
         }
         if name not in adefaults:
             raise AttributeError(name)