progress: use inline literals in help string stable
authorMartin Geisler <mg@lazybytes.net>
Sun, 14 Feb 2010 17:09:52 +0100
branchstable
changeset 10471 132eb7128ad5
parent 10470 2b57eed1be0b
child 10472 9126d13bad7a
progress: use inline literals in help string
hgext/progress.py
--- a/hgext/progress.py	Sun Feb 14 19:15:56 2010 +0100
+++ b/hgext/progress.py	Sun Feb 14 17:09:52 2010 +0100
@@ -33,10 +33,10 @@
                  # (that is, min(width, term width) will be used)
   clear-complete = True # clear the progress bar after it's done
 
-Valid entries for the format field are topic, bar, number, unit, and item.
-item defaults to the last 20 characters of the item, but this can be
-changed by adding either -<num> which would take the last num characters,
-or +<num> for the first num characters.
+Valid entries for the format field are topic, bar, number, unit, and
+item. item defaults to the last 20 characters of the item, but this
+can be changed by adding either ``-<num>`` which would take the last
+num characters, or ``+<num>`` for the first num characters.
 """
 
 import sys