changeset 16815 | e740746ea557 |
parent 16783 | bb446969efd4 |
child 16816 | d10994f1c7a2 |
--- a/mercurial/commands.py Sat May 26 20:49:51 2012 +0200 +++ b/mercurial/commands.py Fri Jun 01 11:58:23 2012 +0200 @@ -3324,7 +3324,8 @@ ('extensioncommands', _('Extension Commands'))): if matches[t]: ui.write('%s:\n\n' % title) - ui.write(minirst.format(minirst.maketable(matches[t], 1))) + rst = ''.join(minirst.maketable(matches[t], 1)) + ui.write(minirst.format(rst)) return if name and name != 'shortlist':