Mercurial > public > mercurial-scm > hg-stable
diff mercurial/commands.py @ 8879:d0a3eadfbdb3
help: more improvements for the extensions topic
- improve help text English (thanks to timeless for corrections)
- rename and simplify functions a little bit, improved comments
author | C?dric Duval <cedricduval@free.fr> |
---|---|
date | Sun, 21 Jun 2009 17:52:30 +0200 |
parents | 20a25042fadc |
children | b9a8b616521d 41ef9ea0ba66 |
line wrap: on
line diff
--- 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)