]> arthur.barton.de Git - bup.git/commit - t/test.sh
Add -n, -A, -F, --file-type, --numeric-ids and detailed -l to "bup ls".
authorRob Browning <rlb@defaultvalue.org>
Tue, 24 Dec 2013 21:34:44 +0000 (15:34 -0600)
committerRob Browning <rlb@defaultvalue.org>
Tue, 24 Dec 2013 21:34:44 +0000 (15:34 -0600)
commitbe300ec31e640b35a19d8ccb6b43dd3471054354
tree11ddb651821bcb4326bbe4028ee8cf2cec9f6234
parent9ce545703dda3c888081c504863308902ce8c56b
Add -n, -A, -F, --file-type, --numeric-ids and detailed -l to "bup ls".

With the addition of -A, change -a to behave more conventionally,
i.e. to show "." and "..".

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
Tested-by: Alexander Barton <alex@barton.de>
Reviewed-By: Zoran Zaric <zz@zoranzaric.de>
[rlb@defaultvalue.org: fall back to n.mode when n.metadata() isn't
 available in node_info() so that CommitDirs ("ls -AF /"), etc. will
 still work; thanks to Gabriel Filion <gabster@lelutin.ca> for the
 report; fix the rdiff-backup test to use -A.]
Signed-off-by: Rob Browning <rlb@defaultvalue.org>
Documentation/bup-ls.md
cmd/ls-cmd.py
lib/bup/ls.py
lib/bup/metadata.py
t/test-rm-between-index-and-save.sh
t/test.sh