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