Mercurial > public > mercurial-scm > hg-stable
comparison mercurial/ui.py @ 17424:e7cfe3587ea4
fix trivial spelling errors
author | Mads Kiilerich <mads@kiilerich.com> |
---|---|
date | Wed, 15 Aug 2012 22:38:42 +0200 |
parents | fba17a64fa49 |
children | b35e3364f94a |
comparison
equal
deleted
inserted
replaced
17406:fc14953e8e34 | 17424:e7cfe3587ea4 |
---|---|
711 '''show a progress message | 711 '''show a progress message |
712 | 712 |
713 With stock hg, this is simply a debug message that is hidden | 713 With stock hg, this is simply a debug message that is hidden |
714 by default, but with extensions or GUI tools it may be | 714 by default, but with extensions or GUI tools it may be |
715 visible. 'topic' is the current operation, 'item' is a | 715 visible. 'topic' is the current operation, 'item' is a |
716 non-numeric marker of the current position (ie the currently | 716 non-numeric marker of the current position (i.e. the currently |
717 in-process file), 'pos' is the current numeric position (ie | 717 in-process file), 'pos' is the current numeric position (i.e. |
718 revision, bytes, etc.), unit is a corresponding unit label, | 718 revision, bytes, etc.), unit is a corresponding unit label, |
719 and total is the highest expected pos. | 719 and total is the highest expected pos. |
720 | 720 |
721 Multiple nested topics may be active at a time. | 721 Multiple nested topics may be active at a time. |
722 | 722 |