]> arthur.barton.de Git - bup.git/commit
midx: prune redundant midx files automatically.
authorAvery Pennarun <apenwarr@gmail.com>
Wed, 10 Feb 2010 22:18:46 +0000 (17:18 -0500)
committerAvery Pennarun <apenwarr@gmail.com>
Wed, 10 Feb 2010 23:05:17 +0000 (18:05 -0500)
commita819a6a2378578cc1fa94054b9852619cb4d1c01
tree9c95cfe6f303fe7de9b1aac70b8d6f3989de0e2e
parent4ff5076a5b2ea1587a18780cb815005b34cbf3bd
midx: prune redundant midx files automatically.

After running 'bup midx -f', all previous midx files become redundant.
Throw them away if we end up opening a midx file that supercedes them.

Also cleans up some minor code bits in cmd-midx.py.
cmd-midx.py
git.py