Mercurial > hg
changeset 16713:fa24e8db71fd
help: tweak keyword format output
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Sun, 13 May 2012 15:26:06 +0200 |
parents | 846ed7a730db |
children | 0a176990243c |
files | mercurial/commands.py |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/commands.py Sun May 13 05:22:23 2012 -0500 +++ b/mercurial/commands.py Sun May 13 15:26:06 2012 +0200 @@ -3369,8 +3369,8 @@ ('extensions', _('Extensions')), ('extensioncommands', _('Extension Commands'))): if matches[t]: - ui.write('%s:\n' % title) - ui.write(minirst.format(minirst.maketable(matches[t]))) + ui.write('%s:\n\n' % title) + ui.write(minirst.format(minirst.maketable(matches[t], 1))) return if name and name != 'shortlist':