hgext3rd/evolve/obscache.py
Tue, 16 Jan 2018 03:34:31 +0100 Pierre-Yves David compat: fix argument check for marker reading
Tue, 16 Jan 2018 02:21:44 +0100 Pierre-Yves David cachevfs: use a compatibility later for all access
Tue, 24 Oct 2017 14:13:57 +0200 Pierre-Yves David compat: stop working around 3.8 file cache limitation
Tue, 03 Oct 2017 11:14:29 -0700 Matt DeVore obscache: do not check of argument count of wrapped function
Tue, 22 Aug 2017 10:59:19 -0700 Martin von Zweigbergk obscache: use _readmarkers() from core with correct signature
Tue, 25 Jul 2017 05:51:44 +0200 Pierre-Yves David compat: handle pre-4.2 compatibility for accessing vfs
Fri, 21 Jul 2017 01:04:32 +0200 Pierre-Yves David compat: use 'repo.cachevfs' when available
Fri, 16 Jun 2017 11:32:21 +0200 Boris Feld merge with stable stable
Fri, 09 Jun 2017 01:39:42 +0100 Pierre-Yves David obscache: directly allocate zeroed bytearray
Fri, 09 Jun 2017 01:26:29 +0100 Pierre-Yves David obscache: plug on core 'update cache' method if available
Thu, 15 Jun 2017 11:31:07 +0200 Pierre-Yves David obscache: pre-indent code
Wed, 07 Jun 2017 10:22:00 +0100 Pierre-Yves David obscache: add a missing "new line" at the end of a debug message stable
Mon, 05 Jun 2017 10:21:38 +0100 Pierre-Yves David obscache: shortcut the attribute access for testing
Thu, 18 May 2017 22:42:13 +0200 Pierre-Yves David compat: handle lack of 'util.timer' for pre 4.2 version stable
Wed, 17 May 2017 12:23:10 +0200 Pierre-Yves David dualsourcecache: simplify cachekey.clear
Wed, 17 May 2017 11:23:33 +0200 Pierre-Yves David dualsourcecache: fix obskey return by _checkkey
Tue, 16 May 2017 12:18:46 +0200 Pierre-Yves David dualsourcecache: log cache reset
Tue, 16 May 2017 16:56:37 +0200 Pierre-Yves David cache: track time spend updating various cache
Tue, 16 May 2017 15:20:53 +0200 Pierre-Yves David obshashrange: adds blackbox usage in tests
Tue, 16 May 2017 12:18:30 +0200 Pierre-Yves David dualsourcecache: add a cache name
Tue, 16 May 2017 12:17:13 +0200 Pierre-Yves David obscache: stop definition of the empty key
Wed, 17 May 2017 09:52:06 +0200 Pierre-Yves David merge with stable
Tue, 16 May 2017 23:37:10 -0700 Rodrigo Damazio Bovendorp evolve: fixing obscache invalidation stable
Fri, 12 May 2017 20:28:09 +0200 Pierre-Yves David obscache: makes dualsourcecache compatible with obshashrange cache needs
Fri, 12 May 2017 19:18:49 +0200 Pierre-Yves David obscache: extract a data agnostic class
Fri, 12 May 2017 19:07:14 +0200 Pierre-Yves David obscache: extract the actual data update in a dedicated function
Fri, 12 May 2017 19:05:46 +0200 Pierre-Yves David obscache: move an assert to a lower level
Fri, 12 May 2017 19:04:13 +0200 Pierre-Yves David obscache: use 'nullid' as the hash of an empty obsstore
Fri, 12 May 2017 18:56:56 +0200 Pierre-Yves David obcache: move empty on the class
Fri, 12 May 2017 18:56:42 +0200 Pierre-Yves David obcache: move _checkkey on the class
Fri, 12 May 2017 18:52:59 +0200 Pierre-Yves David obcache: move updateneeded on the class
Thu, 11 May 2017 17:00:55 +0200 Pierre-Yves David obsstore: also guard agains changing object in '_checkkey'
Thu, 11 May 2017 16:58:43 +0200 Pierre-Yves David obscache: guard from changing changelog or obsstore object
Thu, 11 May 2017 16:45:13 +0200 Pierre-Yves David obscache: return the new data along-side the upgrade needs (and cache key)
Thu, 11 May 2017 16:06:31 +0200 Pierre-Yves David obscache: use the smaller scope function
Thu, 11 May 2017 16:05:50 +0200 Pierre-Yves David obscache: extract the cache key validation in its own function
Tue, 09 May 2017 19:13:12 +0200 Pierre-Yves David obscache: update the cache key in place
Tue, 09 May 2017 19:02:04 +0200 Pierre-Yves David obscache: distinct 'clear' and 'reset'
Thu, 04 May 2017 14:02:30 +0200 Pierre-Yves David obscache: document a possible way forward to skipping obsstore parsing
Wed, 03 May 2017 23:07:01 +0200 Pierre-Yves David obscache: update some documentation
Wed, 03 May 2017 21:47:06 +0200 Pierre-Yves David obscache: Only access the new obsmarkers for marker update
Wed, 03 May 2017 20:56:26 +0200 Pierre-Yves David obscache: extract _updatemarkers code into its own function
Wed, 03 May 2017 18:46:48 +0200 Pierre-Yves David obscache: extract code to update from new revision
Wed, 03 May 2017 18:33:53 +0200 Pierre-Yves David obscache: move assert earlier in the code
Wed, 03 May 2017 13:27:26 +0200 Pierre-Yves David compat: drop the context manager used to write the cache file stable
Wed, 03 May 2017 12:54:11 +0200 Pierre-Yves David compat: make obscache code compatible with Mercurial version prior to 4.2 stable
Tue, 02 May 2017 17:43:34 +0200 Pierre-Yves David obscache: skip writing to disk if the data did not changed
Tue, 02 May 2017 16:19:05 +0200 Pierre-Yves David obscache: skip writing if the cache is empty
Tue, 02 May 2017 16:17:03 +0200 Pierre-Yves David obscache: set a valid "empty" cache key if the cache is missing
Tue, 02 May 2017 16:10:14 +0200 Pierre-Yves David obscache: have the obsstore fix empty file cachekey
Tue, 02 May 2017 17:44:12 +0200 Pierre-Yves David obscache: log case where the cache is not up to date
Tue, 02 May 2017 16:13:04 +0200 Pierre-Yves David obscache: still update and use the cache during transaction
Tue, 02 May 2017 16:15:01 +0200 Pierre-Yves David obscache: warm the cache in all cases
Tue, 02 May 2017 16:11:43 +0200 Pierre-Yves David obscache: update the format to allow negative tiprev
Tue, 02 May 2017 16:09:03 +0200 Pierre-Yves David obscache: load the disk data before checking is the cache is up to date
Tue, 02 May 2017 02:13:33 +0200 Pierre-Yves David obscache: skip the cache entirely if not up to date
Mon, 01 May 2017 08:12:26 +0200 Pierre-Yves David perf: use the cache to compute the obsolete set.
Mon, 01 May 2017 08:14:00 +0200 Pierre-Yves David perf: warm the cache after all transactions
Mon, 01 May 2017 08:13:24 +0200 Pierre-Yves David perf: adds a cache to know if obsmarkers might affect a revision
Mon, 01 May 2017 08:07:05 +0200 Pierre-Yves David perf: adds cachekey utility to validate changelog+obsstore content
less more (0) tip