log tests/test-filecache.py @ 43190:c19b327017b9

age author description
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'
Thu, 02 Mar 2017 13:33:28 +0100 Pierre-Yves David vfs: use 'vfs' module directly in 'test-filecache'
Thu, 02 Mar 2017 03:52:36 +0100 Pierre-Yves David vfs: replace 'scmutil.opener' usage with 'scmutil.vfs'
Sat, 22 Oct 2016 14:35:10 +0900 Yuya Nishihara ui: factor out ui.load() to create a ui without loading configs (API)
Mon, 17 Oct 2016 23:16:55 +0200 Mads Kiilerich spelling: fixes of non-dictionary words
Thu, 22 Sep 2016 21:51:57 +0900 FUJIWARA Katsunori scmutil: add file object wrapper class to check ambiguity at closing
Tue, 05 Apr 2016 23:16:16 +0900 Yuya Nishihara test-filecache: alias ui as uimod
Tue, 05 Apr 2016 23:15:49 +0900 Yuya Nishihara test-filecache: sort import lines
Sun, 03 Apr 2016 17:06:40 +0300 Robert Stanca py3: use print_function in test-filecache.py
Sun, 03 Apr 2016 17:01:07 +0300 Robert Stanca py3: use absolute_import in test-filecache.py