Mercurial > hg-stable
changeset 10471:132eb7128ad5 stable
progress: use inline literals in help string
author | Martin Geisler <mg@lazybytes.net> |
---|---|
date | Sun, 14 Feb 2010 17:09:52 +0100 |
parents | 2b57eed1be0b |
children | 9126d13bad7a |
files | hgext/progress.py |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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