hgext3rd/evolve/obscache.py
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
Mon, 01 May 2017 08:05:45 +0200 Pierre-Yves David perf: adds some cache key helper on the obsstore class
less more (0) tip