mercurial/commands.py
branchstable
changeset 16591 46e9ed223d2c
parent 16568 770190bff625
child 16593 e462313ef1bd
child 16600 b54f3c502e63
--- a/mercurial/commands.py	Sun May 06 13:14:58 2012 +0200
+++ b/mercurial/commands.py	Sun May 06 23:58:04 2012 +0900
@@ -3299,7 +3299,8 @@
                        'extensions\n'))
 
     def helpextcmd(name):
-        cmd, ext, mod = extensions.disabledcmd(ui, name, ui.config('ui', 'strict'))
+        cmd, ext, mod = extensions.disabledcmd(ui, name,
+                                               ui.configbool('ui', 'strict'))
         doc = gettext(mod.__doc__).splitlines()[0]
 
         msg = help.listexts(_("'%s' is provided by the following "