diff mercurial/minirst.py @ 15145:ff26712a0c50

help: use RST to format option lists
author Matt Mackall <mpm@selenic.com>
date Wed, 21 Sep 2011 13:00:48 -0500
parents 87bb975a1844
children 3834ca04664a
line wrap: on
line diff
--- a/mercurial/minirst.py	Wed Sep 21 13:00:47 2011 -0500
+++ b/mercurial/minirst.py	Wed Sep 21 13:00:48 2011 -0500
@@ -443,7 +443,6 @@
         span = sum(widths) + len(widths) - 1
         indent = ' ' * block['indent']
         hang = ' ' * (len(indent) + span - widths[-1])
-        f = ' '.join('%%-%ds' % n for n in widths)
 
         for row in table:
             l = []