Mercurial > public > mercurial-scm > hg
log tests/test-filecache.py @ 48674:f7086f6173f8 stable
age | author | description |
---|---|---|
Wed, 11 Nov 2020 22:01:45 +0100 | Mathias De Mare | test-filecache: use sys.executable to call python |
Sun, 06 Oct 2019 09:45:02 -0400 | Augie Fackler | formatting: blacken the codebase |
Sat, 20 Oct 2018 17:56:00 +0900 | Yuya Nishihara | filecache: unimplement __set__() and __delete__() (API) |
Fri, 27 Apr 2018 11:22:00 -0400 | Augie Fackler | tests: port test-filecache.py to Python 3 |
Mon, 05 Mar 2018 12:30:20 -0500 | Augie Fackler | cleanup: use stat_result[stat.ST_MTIME] instead of stat_result.st_mtime |
Sun, 18 Feb 2018 17:42:33 +0530 | Pulkit Goyal | py3: use range instead of xrange on py3 in tests/test-filecache.py |
Wed, 08 Mar 2017 16:43:16 -0800 | Pierre-Yves David | filecache: explicitly test 'repofilecache' |