]> arthur.barton.de Git - bup.git/commit
midx: make passing idx files along with --dir work
authorJohannes Berg <johannes@sipsolutions.net>
Wed, 30 Dec 2020 22:10:19 +0000 (23:10 +0100)
committerRob Browning <rlb@defaultvalue.org>
Sun, 30 May 2021 16:24:40 +0000 (11:24 -0500)
commite6eb1b74ab94bbdcda9ab4ef8c5e7cdf67ba0797
tree75d5ec6aa0ea5553b702c6d71ec78666efc0351f
parentf9a45d5bc81b8eb0825f10702082eedcd365859f
midx: make passing idx files along with --dir work

If you do something like

bup midx --dir /some/dir/ ...

with some idx files ("..."), then things don't actually work
properly because --dir gets ignored in this case. Fix that.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Reviewed-by: Rob Browning <rlb@defaultvalue.org>
Tested-by: Rob Browning <rlb@defaultvalue.org>
lib/bup/cmd/midx.py