CHANGELOG
branchmercurial-4.8
changeset 4356 a71f2271ed76
parent 4349 01f4ee6779d5
child 4357 45a6890ca656
equal deleted inserted replaced
4355:75db6a9d0b54 4356:a71f2271ed76
     1 Changelog
     1 Changelog
     2 =========
     2 =========
       
     3 
       
     4 8.4.0 - in progress
       
     5 -------------------
       
     6 
       
     7   * split: improve and update the user prompt (BC)
       
     8   * split: make it possible to drop change during a split
       
     9   * split: no longer accept revision with --rev (BC)
       
    10   * split: accept file patterns
       
    11   * split: support for non interactive splits
       
    12   * evolve: avoid potential crash when stabilizing orphan merges
       
    13   * evolve: pick right destination in split+prune cases issue5686 (4.9 only)
       
    14   * evolve: prioritize --rev/--any/--all option over obsolete working directory
       
    15   * fold: concatenate commit message in revision order
       
    16   * push: have `--publish` overrule the `auto-publish` config
       
    17   * next: evolve aspiring children by default (use --no-evolve to skip)
       
    18   * next: pick lower part of a split as destination
       
    19   * compat: drop compatibility with Mercurial 4.3
       
    20   * compat: add compatibility with Mercurial 4.9
       
    21   * topics: improve the message around topic changing
       
    22   * stack: introduce a --children flag (see help for details)
       
    23   * topic: make --age compatible with the usual other display for `hg topic`
       
    24   * stack: support for '#stack[idx]' absolute indexing in revset (4.9+ only)
       
    25   * topic: support for '#topic[idx]' relative indexing in revset (4.9+ only)
     3 
    26 
     4 8.3.3 -- 2017-12-24
    27 8.3.3 -- 2017-12-24
     5 -------------------
    28 -------------------
     6 
    29 
     7   * evolve: properly detect unresolved merge conflict (issue-5966)
    30   * evolve: properly detect unresolved merge conflict (issue-5966)