Mercurial > hg-stable
changeset 10450:b4fd900569b1
progress: fix description
author | timeless <timeless@mozdev.org> |
---|---|
date | Sun, 14 Feb 2010 00:46:13 +0200 |
parents | 7c8266c1d15a |
children | 63a9bfad50ff |
files | hgext/progress.py |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext/progress.py Sat Feb 13 17:37:44 2010 -0600 +++ b/hgext/progress.py Sun Feb 14 00:46:13 2010 +0200 @@ -18,8 +18,8 @@ """show progress bars for some actions -This extension uses the progress information commands can log with hg -to draw progres bars that are as informative as possible. Some progress +This extension uses the progress information logged by hg commands +to draw progress bars that are as informative as possible. Some progress bars only offer indeterminate information, while others have a definite end point.