tests/test-filecache.py
Sun, 29 May 2022 15:32:43 +0200 Manuel Jacob py3: remove xrange() compatibility code
Mon, 21 Feb 2022 13:08:28 -0700 Gregory Szorc py3: use class X: instead of class X(object):
Thu, 03 Mar 2022 17:34:00 +0100 Gregory Szorc py2: remove simple from __future__ statements
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'
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
Fri, 28 Aug 2015 10:53:55 -0400 timeless spelling: behaviour -> behavior
Sat, 16 Nov 2013 13:29:39 -0800 Siddharth Agarwal scmutil.filecache: support watching over multiple files
Sat, 16 Nov 2013 13:57:35 -0800 Siddharth Agarwal test-filecache.py: add markers to the output for each event
Sat, 16 Nov 2013 14:10:28 -0800 Siddharth Agarwal test-filecache.py: make setbeforeget test clearer
Mon, 17 Dec 2012 15:25:45 +0200 Idan Kamara filecache: create an entry in _filecache when __set__ is called for a missing one
Wed, 09 Jan 2013 20:37:44 +0200 Idan Kamara destroyed: keep the filecache in sync with __dict__ (issue3335) (issue3693) (issue3743)
Sat, 12 May 2012 16:02:45 +0200 Brodie Rao cleanup: replace naked excepts with more specific ones
Sat, 12 May 2012 15:54:54 +0200 Brodie Rao cleanup: eradicate long lines
Wed, 16 Nov 2011 03:45:14 +0100 Mads Kiilerich tests: launch hghave with python interpreter without relying on hash-bang
Thu, 25 Aug 2011 20:21:04 -0400 Greg Ward atomictempfile: make close() consistent with other file-like objects.
Thu, 28 Jul 2011 02:38:01 +0300 Lee Cantey test-filecache: change for python 2.4 compatibility
Mon, 25 Jul 2011 12:58:47 -0500 Matt Mackall filecache: fix check-code complaint
Sat, 09 Jul 2011 19:06:59 +0300 Idan Kamara scmutil: introduce filecache
less more (0) tip