mercurial/cmdutil.py
branchstable
changeset 27531 84d686cb62c4
parent 27370 d9e3ebe56970
child 27533 a801d331a022
--- a/mercurial/cmdutil.py	Tue Dec 15 16:00:06 2015 -0800
+++ b/mercurial/cmdutil.py	Tue Dec 15 16:01:45 2015 -0800
@@ -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: