summaryrefslogtreecommitdiffstats
path: root/progress.py
Commit message (Expand)AuthorAgeFilesLines
* Fix blank line issues reported by flake8David Pursehouse2020-02-121-0/+1
* Fix indentation issues reported by flake8David Pursehouse2020-02-121-18/+18
* sync: merge project updates with status barMike Frysinger2019-11-121-2/+3
* sync: improve output with intermingled progress bars and statusMike Frysinger2019-09-131-4/+13
* rename local trace moduleMike Frysinger2019-08-271-1/+1
* set default file encoding to utf-8Mike Frysinger2019-06-131-0/+1
* Always print percentage when syncing quietlyTim Schumacher2017-07-151-2/+4
* Add a newline after "Fetching projects" progress outputTim Schumacher2017-06-131-3/+5
* Support units in progress messagesShawn O. Pearce2011-09-191-7/+8
* Do not emit progress if stderr is not a ttyShawn O. Pearce2010-05-271-2/+5
* Only display a progress meter once we spend 0.5 seconds on a taskShawn O. Pearce2009-04-181-1/+10
* Disable the progress meter when trace is enabledShawn O. Pearce2009-04-181-0/+7
* Don't divide by zero in progress meterShawn O. Pearce2009-04-161-14/+27
* Add a project progress meter to 'repo sync'Shawn O. Pearce2009-04-101-0/+45