]> arthur.barton.de Git - bup.git/commit
cmd/midx: differentiate the log message from the index.py merging.
authorAvery Pennarun <apenwarr@gmail.com>
Thu, 2 Dec 2010 00:02:03 +0000 (16:02 -0800)
committerAvery Pennarun <apenwarr@gmail.com>
Thu, 2 Dec 2010 00:02:47 +0000 (16:02 -0800)
commit3046558a353cd3557ca9af9b194e1af1cf2cd689
treeb429eefa3cfeb2953028c8562cc4c59747db2ec7
parent1b6e9a97bc2253871db43f9baf6a1faf06a9d94f
cmd/midx: differentiate the log message from the index.py merging.

It's a curse (inherited from git) that .idx files are called "indexes" and
the bupindex is called an "index."  Let's change the message in cmd/midx so
at least we'll know which kind of index people are complaining about.

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