diff mercurial/commands.py @ 15192:3834ca04664a

rst: fix detection of single-row tables This fixes option lists for commands with only an --mq option.
author Matt Mackall <mpm@selenic.com>
date Sun, 02 Oct 2011 13:13:46 -0500
parents 59e8bc22506e
children 0705f2ac79d6
line wrap: on
line diff
--- a/mercurial/commands.py	Sun Oct 02 13:02:15 2011 -0500
+++ b/mercurial/commands.py	Sun Oct 02 13:13:46 2011 -0500
@@ -2768,6 +2768,7 @@
             data.append((so, lo, desc))
 
         rst = minirst.maketable(data, 1)
+
         if multioccur:
             rst += _("\n[+] marked option can be specified multiple times")