comparison README @ 2525:5adb8bdb935e

compatibility: backport mercurial 176d1a0ce385 Backport obsstore.relevantmarkers change for including previously forgotten pruned obs markers. Target mercurial version lesser than 4.3. This impact multiple tests. All test changes has been manually checked. Since the computation of relevant obsmarkers have changed, we are bumping the cache schema version. So that caches get recomputed.
author Boris Feld <boris.feld@octobus.net>
date Tue, 30 May 2017 13:16:43 +0200
parents 29fc90b0e59c
children 6da4ca7b3e4f
comparison
equal deleted inserted replaced
2524:d912380ec685 2525:5adb8bdb935e
117 117
118 - olog: add an 'obslog' alias 118 - olog: add an 'obslog' alias
119 - olog: add an '--all' option to show the whole obsolescence history tree. 119 - olog: add an '--all' option to show the whole obsolescence history tree.
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 - exchange: fix the "relevant-markers" algorithm to include inline prune.
123 This will impact discovery of obsmarkers between server and client if one
124 still uses the old algorithm. Please upgrade both clients and servers as
125 soon as possible.
126 (See changeset 176d1a0ce385 in core Mercurial for details)
122 - obsdiscovery: add a config flag to disable all obsmarkers discovery 127 - obsdiscovery: add a config flag to disable all obsmarkers discovery
123 (See hg help - evolve for details) 128 (See hg help - evolve for details)
124 - template: add a 'precursors' template that display the closests precursors of changesets 129 - template: add a 'precursors' template that display the closests precursors of changesets
125 - template: add a 'successors' template that display the closests successors of changesets 130 - template: add a 'successors' template that display the closests successors of changesets
126 - template: add a 'obsfate' template that display how a changeset has evolved 131 - template: add a 'obsfate' template that display how a changeset has evolved