]> arthur.barton.de Git - bup.git/commit
ls: retrieve all of the available metadata when requested
authorRob Browning <rlb@defaultvalue.org>
Sat, 9 Dec 2017 00:23:53 +0000 (18:23 -0600)
committerRob Browning <rlb@defaultvalue.org>
Mon, 18 Dec 2017 00:59:08 +0000 (18:59 -0600)
commit17a0521d1cf250f9aa9a06aea7a1bdc55d253519
tree5f485a58f2935386ea9778e0759b391374372633
parentc3326ce5e7e5a967c24a90157f18ba418c89b6a8
ls: retrieve all of the available metadata when requested

When a detailed listing is requested, use ensure_item_has_metadata()
to provide all of the available metadata for each
item (e.g. directories).

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
Tested-by: Rob Browning <rlb@defaultvalue.org>
lib/bup/ls.py
t/test-ls.sh