]> arthur.barton.de Git - bup.git/commit - cmd/midx-cmd.py
midx4: Fix the other side of my previous nasty bug
authorBrandon Low <lostlogic@lostlogicx.com>
Thu, 10 Feb 2011 21:23:36 +0000 (13:23 -0800)
committerAvery Pennarun <apenwarr@gmail.com>
Sat, 12 Feb 2011 22:39:55 +0000 (14:39 -0800)
commit7f76201d0d9d93126fa1bb2383956763c2143d67
treeef3b2fff239fd99c0b81c1f8afb6087ee3067ba8
parent970d5bf11bc96cd6974bf7665d67e1174abe3750
midx4: Fix the other side of my previous nasty bug

The previous one was a problem with midx4s generated from idx files,
this one is similar but when they are generated from other .midx4 files.

Many thanks to Aneurin Price for putting up with the awful behavior and
prodding at bup and whatnot while I was trying to make this one
disappear under a rug.

Once again, midx4 files generated prior to this patch will want to be
regenerated.  Once again, only smart servers which have objects not on
the client's index cache will be effected, but they sure as hell well be
effected.

Signed-off-by: Brandon Low <lostlogic@lostlogicx.com>
cmd/midx-cmd.py
lib/bup/git.py
lib/bup/t/tgit.py