]> arthur.barton.de Git - bup.git/commit
Move bloom-related stuff from git.py to a new bloom.py.
authorAvery Pennarun <apenwarr@gmail.com>
Thu, 17 Feb 2011 02:05:18 +0000 (18:05 -0800)
committerAvery Pennarun <apenwarr@gmail.com>
Thu, 17 Feb 2011 02:21:47 +0000 (18:21 -0800)
commitd15f0b0f8dedcdcad5401566cc20884c24b02760
treeff209a4ce48d5141c6faa9a79d7992ede0edd523
parent8e8c61df20deb30fe0fd8d5e5f9e3757556a11ff
Move bloom-related stuff from git.py to a new bloom.py.

No other functionality changes other than that cmd/memtest now reports the
number of bloom steps separately from the midx/idx steps.  (This is mostly
so they don't have to share the same global variables, but it's also
interesting information to break out.)

Signed-off-by: Avery Pennarun <apenwarr@gmail.com>
cmd/bloom-cmd.py
cmd/memtest-cmd.py
lib/bup/bloom.py [new file with mode: 0644]
lib/bup/git.py
lib/bup/t/tbloom.py [new file with mode: 0644]
lib/bup/t/tgit.py