Show More
@@ -1075,9 +1075,8 b' class ui(object):' | |||||
1075 | def progress(self, topic, pos, item="", unit="", total=None): |
|
1075 | def progress(self, topic, pos, item="", unit="", total=None): | |
1076 | '''show a progress message |
|
1076 | '''show a progress message | |
1077 |
|
1077 | |||
1078 | With stock hg, this is simply a debug message that is hidden |
|
1078 | By default a textual progress bar will be displayed if an operation | |
1079 | by default, but with extensions or GUI tools it may be |
|
1079 | takes too long. 'topic' is the current operation, 'item' is a | |
1080 | visible. 'topic' is the current operation, 'item' is a |
|
|||
1081 | non-numeric marker of the current position (i.e. the currently |
|
1080 | non-numeric marker of the current position (i.e. the currently | |
1082 | in-process file), 'pos' is the current numeric position (i.e. |
|
1081 | in-process file), 'pos' is the current numeric position (i.e. | |
1083 | revision, bytes, etc.), unit is a corresponding unit label, |
|
1082 | revision, bytes, etc.), unit is a corresponding unit label, |
General Comments 0
You need to be logged in to leave comments.
Login now