Thu, 18 May 2017 10:56:08 +0200 Pierre-Yves David label: rename 'evolve.short_node' to 'evolve.node'
Wed, 17 May 2017 19:20:43 +0200 Boris Feld obshistory: refactor debugobshistory
Wed, 17 May 2017 18:54:48 +0200 Pierre-Yves David test: adapt to change in cache warming in core
Wed, 17 May 2017 18:38:13 +0200 Pierre-Yves David test: adapt to change in cache warming in core
Wed, 17 May 2017 18:47:22 +0200 Pierre-Yves David stablerangecache: avoid crash when 'cache/' directory is missing
Wed, 17 May 2017 18:40:48 +0200 Pierre-Yves David obshashrange: avoid crash when 'cache/' directory is missing
Wed, 17 May 2017 17:16:59 +0200 Pierre-Yves David tests: apply output changes from core fix
Wed, 17 May 2017 15:49:21 +0200 Pierre-Yves David packaging: mention 'dev' status in the version number
Wed, 17 May 2017 09:28:10 +0200 Boris Feld color: update the shorttemplate to use colors
Wed, 17 May 2017 14:49:02 +0200 Pierre-Yves David merge with stable
Wed, 17 May 2017 14:40:18 +0200 Pierre-Yves David obshashrange: cleanup 'valid' life cycle
Wed, 17 May 2017 12:27:13 +0200 Pierre-Yves David obsrangecache: raise programming error when using an unwarmed cache
Wed, 17 May 2017 13:27:29 +0200 Pierre-Yves David obshashrange: stop marking on-disk data as invalid on clear
Wed, 17 May 2017 13:16:18 +0200 Pierre-Yves David obshashcache: purge the meta line before writing a new one
Wed, 17 May 2017 13:14:50 +0200 Pierre-Yves David obshashrange: drop spurious whitespace
Wed, 17 May 2017 12:25:56 +0200 Pierre-Yves David obshashcache: invalidate affected cache entries on side
Wed, 17 May 2017 12:26:15 +0200 Pierre-Yves David obshashcache: properly break out of all loops
Wed, 17 May 2017 12:23:10 +0200 Pierre-Yves David dualsourcecache: simplify cachekey.clear
Wed, 17 May 2017 11:58:48 +0200 Pierre-Yves David tests: small test update
Wed, 17 May 2017 11:23:33 +0200 Pierre-Yves David dualsourcecache: fix obskey return by _checkkey
Wed, 17 May 2017 11:47:14 +0200 Boris Feld test: update test-obsolete.t to use common.sh stable
Tue, 16 May 2017 12:23:31 +0200 Pierre-Yves David obshashrange: log reset from new markers
Tue, 16 May 2017 12:18:46 +0200 Pierre-Yves David dualsourcecache: log cache reset
Tue, 16 May 2017 17:03:34 +0200 Pierre-Yves David stablerange: log time spent updating the stable range
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:45:08 +0200 Pierre-Yves David obshashrange: test behavior in case of rollback
Tue, 16 May 2017 12:42:50 +0200 Pierre-Yves David obshashrange: extend 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
Tue, 16 May 2017 11:41:36 +0200 Pierre-Yves David obshashrange: keep value fetched from sql in memory
Tue, 16 May 2017 11:37:45 +0200 Pierre-Yves David obshashrange: stop inheriting from 'dict'
Wed, 17 May 2017 09:52:06 +0200 Pierre-Yves David merge with stable
Wed, 17 May 2017 00:23:19 +0200 Pierre-Yves David obshashrange: to not overwrite the list with the set
Wed, 17 May 2017 00:22:24 +0200 Pierre-Yves David obshashrange: properly break out of the two loops
Wed, 17 May 2017 00:21:30 +0200 Pierre-Yves David obshashrange: fix reset conditional
Tue, 16 May 2017 11:21:41 +0200 Pierre-Yves David cache: ensure we warm stablerange cache before the obshashrange cache
Tue, 16 May 2017 23:37:10 -0700 Rodrigo Damazio Bovendorp evolve: fixing obscache invalidation stable
Fri, 12 May 2017 21:21:31 +0200 Pierre-Yves David obshashrange: warm the cache at the end of each transaction
Fri, 12 May 2017 21:00:39 +0200 Pierre-Yves David obshashrange: warm cache outside of loops
Fri, 12 May 2017 21:20:02 +0200 Pierre-Yves David obshashrange: "update" the cache on each transaction close
Fri, 12 May 2017 20:52:19 +0200 Pierre-Yves David obshashrange: properly invalidate the cache on destroyed
Fri, 12 May 2017 20:49:27 +0200 Pierre-Yves David obshashrange: properly drop the current connection on clear
Fri, 12 May 2017 20:40:00 +0200 Pierre-Yves David obshashrange: exit early if nothing to write
Fri, 12 May 2017 20:29:54 +0200 Pierre-Yves David obshashrange: use the dualsourcecache as a base for the cache
Fri, 12 May 2017 20:28:09 +0200 Pierre-Yves David obscache: makes dualsourcecache compatible with obshashrange cache needs
Fri, 12 May 2017 21:20:40 +0200 Pierre-Yves David readme: add a changelog entry about the more efficient obscache
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
Fri, 12 May 2017 18:34:37 +0200 Boris Feld obshistory: only display each revision once in debugobshistory
Fri, 12 May 2017 11:39:41 +0200 Boris Feld obshistory: display a message when one marker node has no change ctx
Wed, 10 May 2017 14:46:01 +0200 Boris Feld ui: hg topic now display if current revision is in bad state (issue5533) stable
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)
(0) -1000 -300 -100 -60 +60 +100 +300 +1000 tip