Show More
@@ -3369,8 +3369,8 b' def help_(ui, name=None, unknowncmd=Fals' | |||
|
3369 | 3369 | ('extensions', _('Extensions')), |
|
3370 | 3370 | ('extensioncommands', _('Extension Commands'))): |
|
3371 | 3371 | if matches[t]: |
|
3372 | ui.write('%s:\n' % title) | |
|
3373 | ui.write(minirst.format(minirst.maketable(matches[t]))) | |
|
3372 | ui.write('%s:\n\n' % title) | |
|
3373 | ui.write(minirst.format(minirst.maketable(matches[t], 1))) | |
|
3374 | 3374 | return |
|
3375 | 3375 | |
|
3376 | 3376 | if name and name != 'shortlist': |
General Comments 0
You need to be logged in to leave comments.
Login now