]> arthur.barton.de Git - bup.git/commit
cmd/midx: add a --check option.
authorAvery Pennarun <apenwarr@gmail.com>
Fri, 18 Feb 2011 08:11:59 +0000 (00:11 -0800)
committerAvery Pennarun <apenwarr@gmail.com>
Fri, 18 Feb 2011 08:55:03 +0000 (00:55 -0800)
commitb734aa5cbedd79a73836538bb5e3a76a83941751
treef89ea49071b89b1c089f7dd4e1ae9623012c2197
parent18b1504d064220edf169db8738fe561cb16e6d4b
cmd/midx: add a --check option.

Running this on my system does reveal that some objects return
exists()==False on my midx even though they show up during iteration.

Now to actually find and fix it...

Signed-off-by: Avery Pennarun <apenwarr@gmail.com>
Documentation/bup-midx.md
cmd/bloom-cmd.py
cmd/midx-cmd.py