]> arthur.barton.de Git - bup.git/history - lib/bup/repo.py
get: adjust for python 3 and test there
[bup.git] / lib / bup / repo.py
2019-03-03 Rob Browningrepo: add update_ref() and new_packwriter() to support...
2019-03-03 Rob Browningrepo: add VFS resolve(); test resolve() via local and...
2019-01-13 Rob Browningrepo: avoid cyclic dependency with is_remote method
2018-08-18 Rob Browningvfs: include unique repo id in resolution cache key
2018-03-31 Rob Browningrepo: make repository classes closeable and close clien...
2018-01-31 Rob BrowningLocalRepo.__init__: use correct dir everywhere
2018-01-27 Rob BrowningUse absolute_import from the __future__ everywhere
2017-10-08 Rob BrowningAdd vfs2 and rewrite restore to use it
2017-09-24 Rob BrowningAdd repo abstraction and use it in join