]> arthur.barton.de Git - bup.git/commit
Rename PackIndex->PackIdx and MultiPackIndex->PackIdxList. bup-0.12
authorAvery Pennarun <apenwarr@gmail.com>
Mon, 1 Mar 2010 00:07:00 +0000 (19:07 -0500)
committerAvery Pennarun <apenwarr@gmail.com>
Mon, 1 Mar 2010 00:07:00 +0000 (19:07 -0500)
commit2116dbc8c010d07b518088197f26726f7c1ebab5
tree31540e6126d309445ab851d108325ef0fe951447
parent3c06b9a0dda380f2d9756b5c6bd5bfff428f357c
Rename PackIndex->PackIdx and MultiPackIndex->PackIdxList.

This corresponds to the PackMidx renaming I did earlier, and helps avoid
confusion between index.py (which talks to the 'bupindex' file and has
nothing to do with packs) and git.py (which talks to packs and has nothing
to do with the bupindex).  Now pack indexes are always called Idx, and the
bupindex is always Index.

Furthermore, MultiPackIndex could easily be assumed to be the same thing as
a Midx, which it isn't.  PackIdxList is a more accurate description of what
it is: a list of pack indexes.  A Midx is an index of a list of packs.
cmd/margin-cmd.py
cmd/memtest-cmd.py
cmd/midx-cmd.py
cmd/server-cmd.py
lib/bup/client.py
lib/bup/git.py
t/tgit.py