]> arthur.barton.de Git - bup.git/history - cmd/fuse-cmd.py
fuse: adjust for python 3 and test there
[bup.git] / cmd / fuse-cmd.py
2020-02-02 Rob Browningfuse: adjust for python 3 and test there
2019-01-12 Rob BrowningReplace lresolve with resolve(..., follow=False)
2018-12-08 Rob Browningfuse: remove vestigial debugging log res: statement
2018-09-02 Julien Goodwinfuse-cmd: update exception raising for py3
2018-01-27 Rob BrowningUse absolute_import from the __future__ everywhere
2017-12-27 Rob BrowningRemove vfs (replaced by vfs2)
2017-12-24 Rob BrowningPort fuse to vfs2
2016-03-13 Rob Browningfuse: remove redundant custom Stat class
2016-03-13 Rob Browningfuse: add --verbose argument and use it
2016-01-17 Rob BrowningDon't import * from helpers
2015-12-12 Rob BrowningConfigure python, use it, and embed during install
2014-06-05 Rob Browningfuse-cmd.py: given --meta, report original metadata
2013-08-17 Rob Browningfuse-cmd.py: match the style of the import failure...
2011-02-10 Rob BrowningMerge remote branch 'origin/master' into meta
2011-01-18 Gabriel Filionoptions: remove unused 'exe' parameter
2010-08-22 Gabriel Filionimport cleanup
2010-04-28 Jon Dowlandadd -o/--allow-other to bup-fuse
2010-04-24 Gabriel Filionbup-fuse: friendliness when python-fuse not found
2010-04-23 Avery Pennarunvfs: take advantage of bup chunking to make file seekin... bup-0.14
2010-04-23 Avery Pennaruncmd/fuse: add missing Stat entries to appease older...
2010-02-28 Avery Pennarunvfs: supply ctime/mtime for the root of each commit.
2010-02-28 Avery PennarunMove cmd-*.py to cmd/*-cmd.py.