README
branchmercurial-3.9
changeset 2533 7abea6ea172c
parent 2525 5adb8bdb935e
child 2535 6da4ca7b3e4f
--- a/README	Mon May 22 15:42:13 2017 +0200
+++ b/README	Wed May 31 14:28:14 2017 +0200
@@ -112,7 +112,32 @@
 Changelog
 =========
 
-6.2.1 - in progress
+6.3.0 - in progress
+-------------------
+
+ - olog: add an 'obslog' alias
+ - 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
+ - template: add a 'successors' template that display the closests successors of changesets
+ - template: add a 'obsfate' template that display how a changeset has evolved
+ - new discovery experiment: add options to restrict memory consumption on
+   large repository (see "hg help -e evolve" for details).
+
+6.2.2 - in progress
+-------------------
+
+  * evolve: fix --rev handling in --list mode
+
+6.2.1 -- 2017-05-23
 -------------------
 
  - prune: fix a crash related to color handling,