comparison README @ 2504:d95006fe4dd0

stablerange: use last recently used caching for revisions associated to ranges This does not make things faster but at least it make them able to finish on large repositories.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Tue, 30 May 2017 11:12:02 +0200
parents 3ee8e9a12f41
children 29fc90b0e59c
comparison
equal deleted inserted replaced
2503:cdf6a0e028c0 2504:d95006fe4dd0
120 - evolution: add an experiment to track the effect of rewrites. 120 - evolution: add an experiment to track the effect of rewrites.
121 (See hg help - evolve for details) 121 (See hg help - evolve for details)
122 - template: add a 'precursors' template that display the closests precursors of changesets 122 - template: add a 'precursors' template that display the closests precursors of changesets
123 - template: add a 'successors' template that display the closests successors of changesets 123 - template: add a 'successors' template that display the closests successors of changesets
124 - template: add a 'obsfate' template that display how a changeset has evolved 124 - template: add a 'obsfate' template that display how a changeset has evolved
125 - new discovery experiment: add options to restrict memory consumption on
126 large repository (see "hg help -e evolve" for details).
125 127
126 6.2.2 - in progress 128 6.2.2 - in progress
127 ------------------- 129 -------------------
128 130
129 * evolve: fix --rev handling in --list mode 131 * evolve: fix --rev handling in --list mode