]> arthur.barton.de Git - bup.git/history - lib/bup/ls.py
get: adjust for python 3 and test there
[bup.git] / lib / bup / ls.py
2020-01-19 Rob BrowningAdjust metadata handling for python 3
2019-01-12 Rob BrowningReplace lresolve with resolve(..., follow=False)
2018-01-27 Rob BrowningUse absolute_import from the __future__ everywhere
2017-12-27 Rob BrowningRemove vfs (replaced by vfs2)
2017-12-24 Rob Browningls: move opt processing to opts_from_commandline
2017-12-18 Rob BrowningSupport remote listings: bup ls -r ...
2017-12-18 Rob Browningls: retrieve all of the available metadata when requested
2017-12-17 Rob Browningvfs2: add try_resolve() and use it in ls
2017-12-17 Rob Browningls: add --commit-hash and drop vfs nominal_oid
2017-12-16 Rob BrowningPort ls to vfs2
2016-01-17 Rob Browningls: add missing sys and columnate imports
2016-01-17 Rob BrowningDon't import * from helpers
2016-01-01 Rob BrowningUse Python 3 compatible "except ... as e" syntax
2014-04-03 Rob BrowningAdd initial support for ls(1) style "-d" argument to...
2014-02-05 Rob BrowningRestore ls -l item sizes, and add initial tests for...
2014-02-04 Rob BrowningFix the ls -laAF options with respect to the VFS synthe...
2013-12-24 Rob BrowningAdd -n, -A, -F, --file-type, --numeric-ids and detailed...
2013-08-26 Kumar AppaiahAdd -l and --human-readable options to "bup ls".
2011-05-30 Avery PennarunMerge branch 'master' into meta
2011-05-30 Avery PennarunMerge branch 'config'
2011-05-29 Gabriel FilionRefactor: unify ls/ftp-ls code