diff 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
line wrap: on
line diff
--- a/README	Tue May 30 17:39:00 2017 +0200
+++ b/README	Tue May 30 13:16:43 2017 +0200
@@ -119,6 +119,11 @@
  - olog: add an '--all' option to show the whole obsolescence history tree.
  - evolution: add an experiment to track the effect of rewrites.
    (See hg help - evolve for details)
+ - exchange: fix the "relevant-markers" algorithm to include inline prune.
+   This will impact discovery of obsmarkers between server and client if one
+   still uses the old algorithm. Please upgrade both clients and servers as
+   soon as possible.
+   (See changeset 176d1a0ce385 in core Mercurial for details)
  - obsdiscovery: add a config flag to disable all obsmarkers discovery
    (See hg help - evolve for details)
  - template: add a 'precursors' template that display the closests precursors of changesets