mercurial/cmdutil.py
changeset 27533 a801d331a022
parent 27419 7e2495bf0ad8
parent 27531 84d686cb62c4
child 27611 fa8c491f2deb
--- 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: