CHANGELOG
changeset 4669 daab6d665687
parent 4665 756db65030c6
child 4676 b6c819facbe8
child 4687 313565dd75e3
equal deleted inserted replaced
4668:194adaeb84e8 4669:daab6d665687
     1 Changelog
     1 Changelog
     2 =========
     2 =========
     3 
     3 
     4 8.6.0 - in progress
     4 9.0.0 -- 2019-06-06
     5 -------------------
     5 -------------------
     6 
     6 
     7   * evolve: preserve the working directory after resolving instability (BC)
     7   * evolve: preserve the working directory after resolving instability (BC)
     8             (use `hg next` or `hg evolve --update` to get the old behavior)
     8             (use `hg next` or `hg evolve --update` to get the old behavior)
     9   * evolve: evolve all relevant revision by default (BC)
     9   * evolve: evolve all relevant revision by default (BC)
    11   * evolve: drop compatibility with 4.4
    11   * evolve: drop compatibility with 4.4
    12   * evolve: reinstalled compatibility with narrow repositories,
    12   * evolve: reinstalled compatibility with narrow repositories,
    13   * evolve: use "unstable" instead of "troubled"
    13   * evolve: use "unstable" instead of "troubled"
    14   * evolve: run multiple stabilisation in the same transaction
    14   * evolve: run multiple stabilisation in the same transaction
    15   * evolve: improve users merging during content-divergence
    15   * evolve: improve users merging during content-divergence
       
    16   * evolve: reduce the verbosity of `content-divergence` resolution
       
    17   * documentation: various improvement and vocabulary update
       
    18   * packaging: fix documentation build step on debian
       
    19   * progress: improved support in various command
       
    20   * help: avoid duplicated entry for some templates
    16   * obsdiscovery: drop support for deprecated discovery protocol `obshash`
    21   * obsdiscovery: drop support for deprecated discovery protocol `obshash`
    17     (Make sure your servers are configured to use the obshashrange one.
    22     (Make sure your servers are configured to use the obshashrange one.
    18     It is available in evolve 7.2 and above.)
    23     It is available in evolve 7.2 and above.)
       
    24 
       
    25 (topic 0.15.0)
       
    26 
       
    27   * stack: handle hash sizes when --debug flag is provided
       
    28   * stack: remove 'topic.' prefix from colors/labels (BC)
       
    29   * stack: always provide (full) node hash to non-default --template
    19   * topic: drop the b# alias. It conflicted with normal hashes.
    30   * topic: drop the b# alias. It conflicted with normal hashes.
    20   * topic: add a `experimental.topic.allow-publish` option (default: True)
    31   * topic: add a `experimental.topic.allow-publish` option (default: True)
    21 
    32 
    22 8.5.1 -- 2019-04-23
    33 8.5.1 -- 2019-04-23
    23 -------------------
    34 -------------------