CHANGELOG
branchmercurial-4.8
changeset 4770 97f1a229dd99
parent 4763 184c64c81528
child 4774 12a88b988875
equal deleted inserted replaced
4671:63a816beee7e 4770:97f1a229dd99
     1 Changelog
     1 Changelog
     2 =========
     2 =========
     3 
     3 
     4 8.6.0 - in progress
     4 9.0.1 - in progress
       
     5 -------------------
       
     6 
       
     7   * pick: no longer forget file in case of conflict (issue6037)
       
     8   * pick: properly report and cleanup "unfinished state"
       
     9   * prune: don't update wcp if pruned revision are unrelated (issue6137)
       
    10   * prune: spell --successor flag without any unnecessary shortcuts
       
    11   * evolve: properly prune changeset with no change in case of conflict (issue5967)
       
    12   * touch: detect resulting divergence in more cases (issue6107)
       
    13 
       
    14 9.0.0 -- 2019-06-06
     5 -------------------
    15 -------------------
     6 
    16 
     7   * evolve: preserve the working directory after resolving instability (BC)
    17   * evolve: preserve the working directory after resolving instability (BC)
     8             (use `hg next` or `hg evolve --update` to get the old behavior)
    18             (use `hg next` or `hg evolve --update` to get the old behavior)
     9   * evolve: evolve all relevant revision by default (BC)
    19   * evolve: evolve all relevant revision by default (BC)
    11   * evolve: drop compatibility with 4.4
    21   * evolve: drop compatibility with 4.4
    12   * evolve: reinstalled compatibility with narrow repositories,
    22   * evolve: reinstalled compatibility with narrow repositories,
    13   * evolve: use "unstable" instead of "troubled"
    23   * evolve: use "unstable" instead of "troubled"
    14   * evolve: run multiple stabilisation in the same transaction
    24   * evolve: run multiple stabilisation in the same transaction
    15   * evolve: improve users merging during content-divergence
    25   * evolve: improve users merging during content-divergence
       
    26   * evolve: reduce the verbosity of `content-divergence` resolution
       
    27   * documentation: various improvement and vocabulary update
       
    28   * packaging: fix documentation build step on debian
       
    29   * progress: improved support in various command
       
    30   * help: avoid duplicated entry for some templates
    16   * obsdiscovery: drop support for deprecated discovery protocol `obshash`
    31   * obsdiscovery: drop support for deprecated discovery protocol `obshash`
    17     (Make sure your servers are configured to use the obshashrange one.
    32     (Make sure your servers are configured to use the obshashrange one.
    18     It is available in evolve 7.2 and above.)
    33     It is available in evolve 7.2 and above.)
       
    34 
       
    35 (topic 0.15.0)
       
    36 
       
    37   * stack: handle hash sizes when --debug flag is provided
       
    38   * stack: remove 'topic.' prefix from colors/labels (BC)
       
    39   * stack: always provide (full) node hash to non-default --template
    19   * topic: drop the b# alias. It conflicted with normal hashes.
    40   * topic: drop the b# alias. It conflicted with normal hashes.
    20   * topic: add a `experimental.topic.allow-publish` option (default: True)
    41   * topic: add a `experimental.topic.allow-publish` option (default: True)
    21 
    42 
    22 8.5.1 -- 2019-04-23
    43 8.5.1 -- 2019-04-23
    23 -------------------
    44 -------------------