]> arthur.barton.de Git - bup.git/commit - cmd/midx-cmd.py
client.py,git.py: run 'bup midx -a' automatically sometimes.
authorAvery Pennarun <apenwarr@gmail.com>
Tue, 7 Sep 2010 00:14:48 +0000 (17:14 -0700)
committerAvery Pennarun <apenwarr@gmail.com>
Tue, 7 Sep 2010 00:20:45 +0000 (17:20 -0700)
commit65cc02dc1f53900ca326831f27064c835a516bb4
tree1c889fe0cfe5299adbdaded88d922a19c02b6c64
parentfd208636098b60752af2a7d406c391c2c5b65bb7
client.py,git.py: run 'bup midx -a' automatically sometimes.

Now that 'bup midx -a' is smarter, we should run it automatically after
creating a new index file.  This should remove the need for running it by
hand.

Thus, we also remove 'bup midx' from the lists of commonly-used subcommands.
(While we're here, let's take out 'split' and 'join' too; you should be
using 'index' and 'save' most of the time.)

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