diff -r c093cc6e6c99 -r 313e3a279828 hgext/record.py --- 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)