]> arthur.barton.de Git - bup.git/commit
Fix the ls -laAF options with respect to the VFS synthetic directories.
authorRob Browning <rlb@defaultvalue.org>
Thu, 30 Jan 2014 22:26:44 +0000 (16:26 -0600)
committerRob Browning <rlb@defaultvalue.org>
Tue, 4 Feb 2014 19:22:41 +0000 (13:22 -0600)
commitcb7366ef107073d2de753240af2a75facf904588
treec332ec6d52f7fb7de38ef8c2bece5a7a8a5c962c
parent5dfba1fda942796b66905230c132d1af4d28e9ac
Fix the ls -laAF options with respect to the VFS synthetic directories.

Before this, they wouldn't work in various cases where the VFS was
creating synthetic data (like the top-level branch and commit-list
trees).

Oh, and how about some tests?

Thanks to Gabriel Filion <gabster@lelutin.ca> for reporting the
problem.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
Makefile
lib/bup/ls.py
lib/bup/metadata.py
lib/bup/xstat.py
t/test-ls.sh [new file with mode: 0755]