]> arthur.barton.de Git - bup.git/history - cmd/cat-file-cmd.py
cat-file-cmd: accommodate python 3
[bup.git] / cmd / cat-file-cmd.py
2020-02-02 Rob Browningcat-file-cmd: accommodate 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 BrowningPort cat-file to vfs2
2016-01-17 Rob BrowningDon't import * from helpers
2016-01-01 Rob BrowningUse Python 3 compatible "except ... as e" syntax
2015-12-12 Rob BrowningConfigure python, use it, and embed during install
2013-10-22 Rob BrowningAdd "bup cat-file [--meta|--bupm] /branch/revision...