Part of bzrlib.recordcounter View In Hierarchy
Instance of this class is used along with a progress bar to provide the user an estimate of the amount of work pending for a fetch (push, pull, branch, checkout) operation.
| Method | __init__ | Undocumented |
| Method | is_initialized | Undocumented |
| Method | setup | Setup RecordCounter with basic estimate of work pending. |
| Method | increment | Increment self.current by count. |
| Method | _estimate_max | Estimate the maximum amount of 'inserting stream' work. |
This is just an estimate.