]> arthur.barton.de Git - bup.git/commit
vfs2: add try_resolve() and use it in ls
authorRob Browning <rlb@defaultvalue.org>
Sun, 3 Dec 2017 17:31:18 +0000 (11:31 -0600)
committerRob Browning <rlb@defaultvalue.org>
Sun, 17 Dec 2017 22:01:38 +0000 (16:01 -0600)
commitc3326ce5e7e5a967c24a90157f18ba418c89b6a8
tree5d8da46d994b5b292306b8735399bc81ce89f1c1
parent3f6a6fdf2c99a378950682e77fcacec3aa4fe826
vfs2: add try_resolve() and use it in ls

Create a vfs2 version of try_resolve and use it in ls to handle bad
symlinks correctly.

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