]> arthur.barton.de Git - bup.git/history - lib/bup/drecurse.py
get: adjust for python 3 and test there
[bup.git] / lib / bup / drecurse.py
2020-01-19 Rob Browningbup-save bup.drecurse bup.hlinkdb bup.path: accommodate...
2018-01-27 Rob BrowningUse absolute_import from the __future__ everywhere
2016-06-03 Karl Semichdrecurse.py: add missing resolve_parent import
2016-04-03 stevelrAdd add_error imports missed in import * removal
2016-03-05 Rob BrowningNever omit explicitly named mounts during index -x
2016-01-17 Rob BrowningDon't import * from helpers
2016-01-09 Rob Browninghelpers: rename realpath to resolve_parent
2016-01-01 Rob BrowningUse Python 3 compatible "except ... as e" syntax
2014-01-25 Rob BrowningChange -x/--xdev/--one-filesystem to include the mount...
2013-03-24 Rob BrowningAdd support for "bup index --exclude-rx <pattern> ...
2013-03-17 Jakob Matthesbup drecurse/index: allow non-directory --exclude and...
2013-03-08 Rob BrowningMove parse_excludes to helpers and rework it a bit.
2011-05-31 Avery PennarunMerge branch 'master' into meta
2011-05-31 Aaron M. UckoImprove formatting of error and warning messages.
2011-03-20 Avery PennarunMerge branch 'maint'
2011-03-11 Avery PennarunMerge branch 'maint'
2011-03-10 Avery PennarunMerge branch 'maint'
2011-03-10 Aneurin PriceUse debug1() when reporting paths skipped bup-0.24a
2011-03-10 Aneurin PriceUse debug1() when reporting paths skipped
2011-02-28 Avery PennarunMerge branch 'rlb/meta'
2011-02-28 Avery PennarunMerge branch 'master' into meta
2011-02-19 Avery PennarunMerge remote branch 'origin/master' into meta
2011-02-10 Rob BrowningMerge remote branch 'origin/master' into meta
2011-01-26 Avery Pennarunlib/bup/drecurse.py: work even if O_NOFOLLOW is missing.
2010-12-04 Michael BuddeReplace a try/except/finally with a nested try block.
2010-12-02 Zoran ZaricRenames --exclude-file to --exclude-from and encaspulat...
2010-12-02 Zoran ZaricAdds --exclude option to bup index and bup drecurse
2010-12-01 Zoran ZaricExcludes BUP_DIR from index.
2010-10-25 Rob BrowningModify drecurse.py and index.py to use xstat functions.
2010-09-06 Avery PennarunMerge branch 'maint'
2010-09-05 David Rodacmd/index: catch exception for paths that don't exist.
2010-08-22 Gabriel Filionimport cleanup
2010-03-21 Avery Pennarunsave/index/drecurse: correct handling for fifos and...
2010-02-28 Avery PennarunMove python library files to lib/bup/