diff mercurial/cmdutil.py @ 27533:a801d331a022

merge with stable
author Matt Mackall <mpm@selenic.com>
date Mon, 28 Dec 2015 10:11:48 -0600
parents 7e2495bf0ad8 84d686cb62c4
children fa8c491f2deb
line wrap: on
line diff
--- 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: