Mercurial > evolve
graph
-
obcache: move _checkkey on the classFri, 12 May 2017 18:56:42 +0200, by Pierre-Yves David
-
obcache: move updateneeded on the classFri, 12 May 2017 18:52:59 +0200, by Pierre-Yves David
-
obshistory: only display each revision once in debugobshistoryFri, 12 May 2017 18:34:37 +0200, by Boris Feld
-
obshistory: display a message when one marker node has no change ctxFri, 12 May 2017 11:39:41 +0200, by Boris Feld
-
ui: hg topic now display if current revision is in bad state (issue5533) stableWed, 10 May 2017 14:46:01 +0200, by Boris Feld
-
obsstore: also guard agains changing object in '_checkkey'Thu, 11 May 2017 17:00:55 +0200, by Pierre-Yves David
-
obscache: guard from changing changelog or obsstore objectThu, 11 May 2017 16:58:43 +0200, by Pierre-Yves David
-
obscache: return the new data along-side the upgrade needs (and cache key)Thu, 11 May 2017 16:45:13 +0200, by Pierre-Yves David
-
obscache: use the smaller scope functionThu, 11 May 2017 16:06:31 +0200, by Pierre-Yves David
-
obscache: extract the cache key validation in its own functionThu, 11 May 2017 16:05:50 +0200, by Pierre-Yves David
-
obshistory: use formatter instead of ui.write in the debugobshistory commandWed, 10 May 2017 11:52:11 +0200, by Boris Feld
-
topic: configure some default color for topicWed, 10 May 2017 13:04:31 +0200, by Pierre-Yves David
-
topic: automatically configure thg to display topicWed, 10 May 2017 13:03:05 +0200, by Pierre-Yves David
-
readme: update readme to mention 'debugobshistory'Wed, 10 May 2017 13:08:45 +0200, by Pierre-Yves David
-
obshistory: add some colorTue, 09 May 2017 17:43:39 +0200, by Boris Feld
-
obshistory: add a debugobshistory command to show obs history of a revsWed, 10 May 2017 12:26:33 +0200, by Boris Feld
-
tests: add the commit style checker from MercurialWed, 10 May 2017 12:16:01 +0200, by Pierre-Yves David
-
obscache: update the cache key in placeTue, 09 May 2017 19:13:12 +0200, by Pierre-Yves David
-
obscache: distinct 'clear' and 'reset'Tue, 09 May 2017 19:02:04 +0200, by Pierre-Yves David
-
merge with stableThu, 04 May 2017 21:24:02 +0200, by Pierre-Yves David
-
serveronly: also enable the obscache for server only setting stableThu, 04 May 2017 21:21:59 +0200, by Pierre-Yves David
-
obscache: document a possible way forward to skipping obsstore parsingThu, 04 May 2017 14:02:30 +0200, by Pierre-Yves David
-
obscache: update some documentationWed, 03 May 2017 23:07:01 +0200, by Pierre-Yves David
-
obscache: Only access the new obsmarkers for marker updateWed, 03 May 2017 21:47:06 +0200, by Pierre-Yves David
-
obscache: extract _updatemarkers code into its own functionWed, 03 May 2017 20:56:26 +0200, by Pierre-Yves David
-
obscache: extract code to update from new revisionWed, 03 May 2017 18:46:48 +0200, by Pierre-Yves David
-
obscache: move assert earlier in the codeWed, 03 May 2017 18:33:53 +0200, by Pierre-Yves David
-
merge back with stableWed, 03 May 2017 13:58:32 +0200, by Pierre-Yves David
-
Added tag 6.1.0 for changeset 8510d3fd7c3b stableWed, 03 May 2017 13:58:06 +0200, by Pierre-Yves David
-
compat: drop the context manager used to write the cache file stableWed, 03 May 2017 13:27:26 +0200, by Pierre-Yves David
-
compat: make obscache code compatible with Mercurial version prior to 4.2 stableWed, 03 May 2017 12:54:11 +0200, by Pierre-Yves David
-
packaging first step toward 6.1.0Wed, 03 May 2017 12:31:11 +0200, by Pierre-Yves David
-
auto-push: move config help in the extension helpWed, 03 May 2017 12:25:53 +0200, by Pierre-Yves David
-
opening mercurial 4.1 compat branch mercurial-4.1Mon, 01 May 2017 06:17:44 +0200, by Pierre-Yves David
-
obscache: skip writing to disk if the data did not changedTue, 02 May 2017 17:43:34 +0200, by Pierre-Yves David
-
obscache: skip writing if the cache is emptyTue, 02 May 2017 16:19:05 +0200, by Pierre-Yves David
-
obscache: set a valid "empty" cache key if the cache is missingTue, 02 May 2017 16:17:03 +0200, by Pierre-Yves David
-
obscache: have the obsstore fix empty file cachekeyTue, 02 May 2017 16:10:14 +0200, by Pierre-Yves David
-
obscache: log case where the cache is not up to dateTue, 02 May 2017 17:44:12 +0200, by Pierre-Yves David
-
obscache: still update and use the cache during transactionTue, 02 May 2017 16:13:04 +0200, by Pierre-Yves David
-
obscache: warm the cache in all casesTue, 02 May 2017 16:15:01 +0200, by Pierre-Yves David
-
obscache: update the format to allow negative tiprevTue, 02 May 2017 16:11:43 +0200, by Pierre-Yves David
-
obscache: load the disk data before checking is the cache is up to dateTue, 02 May 2017 16:09:03 +0200, by Pierre-Yves David
-
obscache: skip the cache entirely if not up to dateTue, 02 May 2017 02:13:33 +0200, by Pierre-Yves David
-
readme: mention that some improvement are enabled for 4.2 onlyMon, 01 May 2017 15:49:36 +0200, by Pierre-Yves David
-
perf: use the cache to compute the obsolete set.Mon, 01 May 2017 08:12:26 +0200, by Pierre-Yves David
-
perf: warm the cache after all transactionsMon, 01 May 2017 08:14:00 +0200, by Pierre-Yves David
-
perf: adds a cache to know if obsmarkers might affect a revisionMon, 01 May 2017 08:13:24 +0200, by Pierre-Yves David
-
perf: adds cachekey utility to validate changelog+obsstore contentMon, 01 May 2017 08:07:05 +0200, by Pierre-Yves David
-
perf: adds some cache key helper on the obsstore classMon, 01 May 2017 08:05:45 +0200, by Pierre-Yves David
-
compat: only install the better filtered message for mercurial 4.2 and aboveMon, 01 May 2017 06:06:41 +0200, by Pierre-Yves David