2017-05-16 Pierre-Yves David obshashrange: stop inheriting from 'dict'
2017-05-17 Pierre-Yves David merge with stable
2017-05-16 Pierre-Yves David obshashrange: to not overwrite the list with the set
2017-05-16 Pierre-Yves David obshashrange: properly break out of the two loops
2017-05-16 Pierre-Yves David obshashrange: fix reset conditional
2017-05-16 Pierre-Yves David cache: ensure we warm stablerange cache before the obshashrange cache
2017-05-17 Rodrigo Damazio Bovendorp evolve: fixing obscache invalidation stable
2017-05-12 Pierre-Yves David obshashrange: warm the cache at the end of each transaction
2017-05-12 Pierre-Yves David obshashrange: warm cache outside of loops
2017-05-12 Pierre-Yves David obshashrange: "update" the cache on each transaction close
2017-05-12 Pierre-Yves David obshashrange: properly invalidate the cache on destroyed
2017-05-12 Pierre-Yves David obshashrange: properly drop the current connection on clear
2017-05-12 Pierre-Yves David obshashrange: exit early if nothing to write
2017-05-12 Pierre-Yves David obshashrange: use the dualsourcecache as a base for the cache
2017-05-12 Pierre-Yves David obscache: makes dualsourcecache compatible with obshashrange cache needs
2017-05-12 Pierre-Yves David readme: add a changelog entry about the more efficient obscache
2017-05-12 Pierre-Yves David obscache: extract a data agnostic class
2017-05-12 Pierre-Yves David obscache: extract the actual data update in a dedicated function
2017-05-12 Pierre-Yves David obscache: move an assert to a lower level
2017-05-12 Pierre-Yves David obscache: use 'nullid' as the hash of an empty obsstore
2017-05-12 Pierre-Yves David obcache: move empty on the class
2017-05-12 Pierre-Yves David obcache: move _checkkey on the class
2017-05-12 Pierre-Yves David obcache: move updateneeded on the class
2017-05-12 Boris Feld obshistory: only display each revision once in debugobshistory
2017-05-12 Boris Feld obshistory: display a message when one marker node has no change ctx
2017-05-10 Boris Feld ui: hg topic now display if current revision is in bad state (issue5533) stable
2017-05-11 Pierre-Yves David obsstore: also guard agains changing object in '_checkkey'
2017-05-11 Pierre-Yves David obscache: guard from changing changelog or obsstore object
2017-05-11 Pierre-Yves David obscache: return the new data along-side the upgrade needs (and cache key)
2017-05-11 Pierre-Yves David obscache: use the smaller scope function
2017-05-11 Pierre-Yves David obscache: extract the cache key validation in its own function
2017-05-10 Boris Feld obshistory: use formatter instead of ui.write in the debugobshistory command
2017-05-10 Boris Feld ui: Fix hg stack json output stable
2017-05-10 Pierre-Yves David topic: configure some default color for topic
2017-05-10 Pierre-Yves David topic: automatically configure thg to display topic
2017-05-10 Pierre-Yves David readme: update readme to mention 'debugobshistory'
2017-05-09 Boris Feld obshistory: add some color
2017-05-10 Boris Feld obshistory: add a debugobshistory command to show obs history of a revs
2017-05-10 Pierre-Yves David tests: add the commit style checker from Mercurial
2017-05-09 Pierre-Yves David obscache: update the cache key in place
2017-05-09 Pierre-Yves David obscache: distinct 'clear' and 'reset'
2017-05-04 Pierre-Yves David merge with stable
2017-05-04 Pierre-Yves David serveronly: also enable the obscache for server only setting stable
2017-05-04 Pierre-Yves David obscache: document a possible way forward to skipping obsstore parsing
2017-05-03 Pierre-Yves David obscache: update some documentation
2017-05-03 Pierre-Yves David obscache: Only access the new obsmarkers for marker update
2017-05-03 Pierre-Yves David obscache: extract _updatemarkers code into its own function
2017-05-03 Pierre-Yves David obscache: extract code to update from new revision
2017-05-03 Pierre-Yves David obscache: move assert earlier in the code
2017-05-03 Pierre-Yves David merge back with stable
2017-05-03 Pierre-Yves David Added tag 6.1.0 for changeset 8510d3fd7c3b stable
2017-05-03 Pierre-Yves David packaging: prepare version 6.1.0 stable 6.1.0
2017-05-03 Pierre-Yves David meta: update tested version to 4.1.2 stable
2017-05-03 Pierre-Yves David merge with future 6.1.0 mercurial-3.8
2017-05-03 Pierre-Yves David merge with future 6.1.0 mercurial-3.9
2017-05-03 Pierre-Yves David merge with future 6.1.0 mercurial-4.0
2017-05-03 Pierre-Yves David merge with future 6.1.0 mercurial-4.1
2017-05-03 Pierre-Yves David compat: drop the context manager used to write the cache file stable
2017-05-03 Pierre-Yves David compat: make obscache code compatible with Mercurial version prior to 4.2 stable
2017-05-03 Pierre-Yves David evolve: record testing with 4.2 stable
2017-05-03 Pierre-Yves David merge with default for 6.1.0 stable
2017-05-03 Pierre-Yves David packaging first step toward 6.1.0
2017-05-03 Pierre-Yves David auto-push: move config help in the extension help
2017-05-01 Pierre-Yves David opening mercurial 4.1 compat branch mercurial-4.1
2017-05-02 Pierre-Yves David obscache: skip writing to disk if the data did not changed
2017-05-02 Pierre-Yves David obscache: skip writing if the cache is empty
2017-05-02 Pierre-Yves David obscache: set a valid "empty" cache key if the cache is missing
2017-05-02 Pierre-Yves David obscache: have the obsstore fix empty file cachekey
2017-05-02 Pierre-Yves David obscache: log case where the cache is not up to date
2017-05-02 Pierre-Yves David obscache: still update and use the cache during transaction
2017-05-02 Pierre-Yves David obscache: warm the cache in all cases
2017-05-02 Pierre-Yves David obscache: update the format to allow negative tiprev
2017-05-02 Pierre-Yves David obscache: load the disk data before checking is the cache is up to date
2017-05-02 Pierre-Yves David obscache: skip the cache entirely if not up to date
2017-05-01 Pierre-Yves David readme: mention that some improvement are enabled for 4.2 only
2017-05-01 Pierre-Yves David perf: use the cache to compute the obsolete set.
2017-05-01 Pierre-Yves David perf: warm the cache after all transactions
2017-05-01 Pierre-Yves David perf: adds a cache to know if obsmarkers might affect a revision
2017-05-01 Pierre-Yves David perf: adds cachekey utility to validate changelog+obsstore content
2017-05-01 Pierre-Yves David perf: adds some cache key helper on the obsstore class
2017-05-01 Pierre-Yves David compat: only install the better filtered message for mercurial 4.2 and above
2017-04-29 Pierre-Yves David evolve: update extension help
2017-04-29 Pierre-Yves David merge with stable
2017-04-28 Boris Feld ui: change the hidden revision error message
2017-04-28 Boris Feld ui: add better messages when the working copy become obsolete.
2017-04-28 Pierre-Yves David topic: directly use "super" call
2017-04-27 Pierre-Yves David repo: properly progate "destroyed" call to super class stable
2017-04-25 Pierre-Yves David safeguard: add an option to disable automatic publishing
2017-04-20 Pierre-Yves David merge back with stable
2017-04-20 Pierre-Yves David Added tag 6.0.1 for changeset 5ef112a6eb87 stable
2017-04-20 Pierre-Yves David pkg: prepare release 6.0.1 stable 6.0.1
2017-04-20 Pierre-Yves David debian: finalize 6.0.0 entry stable
2017-04-20 Pierre-Yves David readme: fix 6.0.0 release date stable
2017-04-20 Pierre-Yves David merge with future 6.0.1 mercurial-3.8
2017-04-20 Pierre-Yves David merge with future 6.0.1 mercurial-3.9
2017-04-20 Pierre-Yves David merge with future 6.0.1 mercurial-4.0
2017-04-20 Pierre-Yves David checkheads: update tests to match the one in core stable
2017-04-20 Pierre-Yves David serveronly: fix reposetup stable
2017-04-20 Pierre-Yves David extension: simplify the extensions helper hierarchy stable
2017-04-20 Pierre-Yves David checkheads: do not overwrite code for Mercurial 4.2 and above stable
2017-04-19 Yuya Nishihara legacy: fix debugrecordpruneparents to call obsstore.create() with keywords stable
2017-04-19 Yuya Nishihara template: adapt to new showlist() API introduced by hg e5eab0fe69ee stable
2017-04-19 Yuya Nishihara template: pass all mapping data to showlist() stable
2017-04-19 Yuya Nishihara make: merge recipes for help stable
2017-04-19 Yuya Nishihara make: fix indent of ifeq-endif stable
2017-04-08 Pierre-Yves David tests: update test to match upstreamable version stable
2017-04-08 Pierre-Yves David tests: fix directory names in exchange-D4 test stable
2017-04-08 Pierre-Yves David tests: fix directory names in exchange-D3 test stable
2017-04-01 Pierre-Yves David merge back with default
2017-03-31 Pierre-Yves David Added tag 6.0.0 for changeset 165ad227993d stable
2017-03-31 Pierre-Yves David packaging: prepare version 6.0.0 stable 6.0.0
2017-03-31 Pierre-Yves David merged with future 6.0 mercurial-3.8
(0) -1000 -112 +112 +1000 tip