]> arthur.barton.de Git - bup.git/history - lib/bup/t/tvfs.py
Use absolute_import from the __future__ everywhere
[bup.git] / lib / bup / t / tvfs.py
2018-01-27 Rob BrowningUse absolute_import from the __future__ everywhere
2017-12-27 Rob BrowningRemove vfs (replaced by vfs2)
2017-12-24 Rob Browningvfs2: add trivial random eviction commit cache
2017-12-16 Rob Browningvfs2._resolve_path: improve handling ENOTDIR, absolute...
2017-12-16 Rob Browningvfs2: drop custom Loop error; just use ELOOP IOError
2017-12-16 Rob Browningvfs2: report tree metadata for commits
2017-12-16 Rob Browningvfs2: distinguish commits with a Commit type
2017-12-16 Rob Browningvfs2._tree_data_and_bupm: make public
2017-12-16 Rob Browningvfs2: suffix duplicate save names (e.g. 1970-01-01...
2017-10-08 Rob BrowningAdd vfs2 and rewrite restore to use it