]> arthur.barton.de Git - bup.git/commit
hashsplit.py: remove PackWriter-specific knowledge.
authorAvery Pennarun <apenwarr@gmail.com>
Thu, 17 Feb 2011 12:22:50 +0000 (04:22 -0800)
committerAvery Pennarun <apenwarr@gmail.com>
Sun, 20 Feb 2011 05:38:28 +0000 (21:38 -0800)
commit9133f733cdde36d7ecd627d339f90d87b7d2b0e6
treef169a592289e3535a7410a527cf78b9adecd29d8
parenta90f2ef771a19fcaf514aac9e7160674f1536eb0
hashsplit.py: remove PackWriter-specific knowledge.

Let's use callback functions explicitly instead of passing around special
objects; that makes the dependencies a bit more clear and hopefully opens
the way to some more refactoring for clarity.

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