hgext3rd/evolve/obscache.py
Fri, 14 Sep 2018 10:39:01 +0200 Pierre-Yves David caches: issue both debug and blackbox log message stable
Thu, 13 Sep 2018 18:20:50 +0200 Pierre-Yves David obscache: update the variable tracking on disk state after write stable
Thu, 13 Sep 2018 18:21:07 +0200 Pierre-Yves David obscache: ignore permission and OS errors when writing stable
Sat, 18 Aug 2018 01:32:52 +0200 Pierre-Yves David cleanup: remove unused import
Sat, 18 Aug 2018 00:53:12 +0200 Pierre-Yves David compat: drop compatibility layer for updatecaches
Thu, 19 Apr 2018 14:01:24 +0200 Pierre-Yves David obscache: drop compat layer to access public changeset
Thu, 19 Apr 2018 14:00:12 +0200 Pierre-Yves David obscache: drop compat layer for obsmarkers reading
Thu, 19 Apr 2018 13:35:31 +0200 Pierre-Yves David timer: drop compat layer for time
Fri, 06 Apr 2018 14:26:24 +0800 Anton Shestakov obscache: use self instead of repo in obscacherepo.updatecaches()
Fri, 02 Mar 2018 16:31:08 -0500 Pierre-Yves David branching: merge with stable
Fri, 02 Mar 2018 16:07:33 -0500 Pierre-Yves David pure: make sure what we expect to be list are list stable
Wed, 21 Feb 2018 17:45:50 +0100 Pierre-Yves David updatecaches: handle any new parameters to the method
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
less more (0) -60 tip