README
branchmercurial-4.0
changeset 2532 ca157d06b2dc
parent 2525 5adb8bdb935e
child 2535 6da4ca7b3e4f
equal deleted inserted replaced
2467:d517659556cf 2532:ca157d06b2dc
   110 Mercurial on default.), Older version of Mercurial are supportd on their respective ``mercurial-x.y`` branches.
   110 Mercurial on default.), Older version of Mercurial are supportd on their respective ``mercurial-x.y`` branches.
   111 
   111 
   112 Changelog
   112 Changelog
   113 =========
   113 =========
   114 
   114 
   115 6.2.1 - in progress
   115 6.3.0 - in progress
       
   116 -------------------
       
   117 
       
   118  - olog: add an 'obslog' alias
       
   119  - olog: add an '--all' option to show the whole obsolescence history tree.
       
   120  - evolution: add an experiment to track the effect of rewrites.
       
   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)
       
   127  - obsdiscovery: add a config flag to disable all obsmarkers discovery
       
   128    (See hg help - evolve for details)
       
   129  - template: add a 'precursors' template that display the closests precursors of changesets
       
   130  - template: add a 'successors' template that display the closests successors of changesets
       
   131  - template: add a 'obsfate' template that display how a changeset has evolved
       
   132  - new discovery experiment: add options to restrict memory consumption on
       
   133    large repository (see "hg help -e evolve" for details).
       
   134 
       
   135 6.2.2 - in progress
       
   136 -------------------
       
   137 
       
   138   * evolve: fix --rev handling in --list mode
       
   139 
       
   140 6.2.1 -- 2017-05-23
   116 -------------------
   141 -------------------
   117 
   142 
   118  - prune: fix a crash related to color handling,
   143  - prune: fix a crash related to color handling,
   119  - next: fix a crash related to color handling,
   144  - next: fix a crash related to color handling,
   120  - discovery: document the 'obshashrange' experiment,
   145  - discovery: document the 'obshashrange' experiment,