]> arthur.barton.de Git - bup.git/commit
Use the new qprogress() function in more places.
authorAvery Pennarun <apenwarr@gmail.com>
Thu, 17 Feb 2011 00:11:26 +0000 (16:11 -0800)
committerAvery Pennarun <apenwarr@gmail.com>
Thu, 17 Feb 2011 02:21:44 +0000 (18:21 -0800)
commitc562914b5d2027309ab007162da52e0e8438296a
tree5a00ed1ed293404d692418bb30de5eba0c34cc95
parent23bb587af3ed059edc90af71d8a2e2a79b67b956
Use the new qprogress() function in more places.

qprogress() was introduced in the last commit and has smarter default
behaviour that automatically reduces progress output so we don't print too
many messages per second.  Various commands/etc were doing this in various
different ad-hoc ways, but let's centralize it all in one place.

Signed-off-by: Avery Pennarun <apenwarr@gmail.com>
cmd/index-cmd.py
cmd/restore-cmd.py
cmd/save-cmd.py
cmd/split-cmd.py
lib/bup/client.py
lib/bup/git.py
lib/bup/index.py