diff -r dbfaf361c062 -r a801d331a022 mercurial/cmdutil.py --- a/mercurial/cmdutil.py Sun Dec 27 23:55:54 2015 +0900 +++ b/mercurial/cmdutil.py Mon Dec 28 10:11:48 2015 -0600 @@ -66,7 +66,7 @@ what kind of filtering they are doing: reverting, committing, shelving, etc. *operation* has to be a translated string. """ - usecurses = ui.configbool('experimental', 'crecord', False) + usecurses = crecordmod.checkcurses(ui) testfile = ui.config('experimental', 'crecordtest', None) oldwrite = setupwrapcolorwrite(ui) try: