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