]> arthur.barton.de Git - bup.git/history - cmd/xstat-cmd.py
Replace remaining print statements with print function
[bup.git] / cmd / xstat-cmd.py
2018-09-01 Julien GoodwinReplace remaining print statements with print function
2018-01-27 Rob BrowningUse absolute_import from the __future__ everywhere
2016-04-03 stevelrAdd add_error imports missed in import * removal
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-12-21 Rob BrowningDon't fail tests when the timestamp read resolution...
2012-10-15 Rob BrowningMake "bup meta -tvv" output identical to "bup xstat".
2012-10-15 Rob BrowningAdd symbolic mode information to xstat output, i.e...
2012-08-17 Rob BrowningAdd "xstat" itself to the xstat optspec usage message.
2011-06-09 Avery PennarunMerge branch 'meta'
2011-06-09 Rob BrowningReplace _helpers.utimensat() with utime() and lutime().
2011-05-31 Avery PennarunMerge branch 'master' into meta
2011-05-30 Avery PennarunMerge branch 'master' into meta
2011-05-08 Rob BrowningRely on options.parse() for more of the meta and xstat...
2011-05-08 Rob BrowningReplace os.*stat() with xstat.*stat(); use integer...
2011-05-08 Rob Browningxstst-cmd.py: test for _have_utimensat rather than...
2011-03-20 Avery Pennaruncmd/xstat: don't report mtime/atime for symlinks if...
2011-03-20 Avery PennarunA bunch of IOError->OSError conversions.
2011-03-20 Avery Pennarunmetadata: recover politely if xattr/acl support is...
2011-03-20 Avery Pennarunmetadata/xstat: fix a bunch of CodingStyle issues.
2011-03-20 Avery PennarunMerge branch 'maint'
2011-03-11 Avery PennarunMerge branch 'maint'
2011-03-10 Avery PennarunMerge branch 'maint'
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 Rob BrowningHandle missing files more gracefully in "bup xstat".
2011-01-19 Rob BrowningOnly print secs for bup xstat times when ns == 0.
2011-01-19 Rob BrowningUse oct() rather than hex() when printing mode from...
2010-11-26 Rob BrowningAdd (private for now) "bup xstat" command and use it...