hgext/record.py
changeset 43503 313e3a279828
parent 43077 687b865b95ad
child 43506 9f70512ae2cf
--- a/hgext/record.py	Thu Nov 07 03:59:22 2019 -0800
+++ b/hgext/record.py	Thu Nov 07 13:18:19 2019 -0500
@@ -72,7 +72,7 @@
             _(b'running non-interactively, use %s instead') % b'commit'
         )
 
-    opts[r"interactive"] = True
+    opts["interactive"] = True
     overrides = {(b'experimental', b'crecord'): False}
     with ui.configoverride(overrides, b'record'):
         return commands.commit(ui, repo, *pats, **opts)