mercurial/commands.py
changeset 8879 d0a3eadfbdb3
parent 8871 20a25042fadc
child 8902 b9a8b616521d
child 8917 41ef9ea0ba66
--- a/mercurial/commands.py	Sun Jun 21 17:19:34 2009 +0200
+++ b/mercurial/commands.py	Sun Jun 21 17:52:30 2009 +0200
@@ -1485,8 +1485,7 @@
 
         if name != 'shortlist':
             exts, maxlength = extensions.enabled()
-            ui.write(help.extensionslisting(_('enabled extensions:'),
-                                            exts, maxlength))
+            ui.write(help.listexts(_('enabled extensions:'), exts, maxlength))
 
         if not ui.quiet:
             addglobalopts(True)