CHANGELOG
changeset 4349 01f4ee6779d5
parent 4348 398c33b17d76
child 4357 45a6890ca656
equal deleted inserted replaced
4348:398c33b17d76 4349:01f4ee6779d5
    15   * fold: concatenate commit message in revision order
    15   * fold: concatenate commit message in revision order
    16   * push: have `--publish` overrule the `auto-publish` config
    16   * push: have `--publish` overrule the `auto-publish` config
    17   * next: evolve aspiring children by default (use --no-evolve to skip)
    17   * next: evolve aspiring children by default (use --no-evolve to skip)
    18   * next: pick lower part of a split as destination
    18   * next: pick lower part of a split as destination
    19   * compat: drop compatibility with Mercurial 4.3
    19   * compat: drop compatibility with Mercurial 4.3
       
    20   * compat: add compatibility with Mercurial 4.9
    20   * topics: improve the message around topic changing
    21   * topics: improve the message around topic changing
    21   * stack: introduce a --children flag (see help for details)
    22   * stack: introduce a --children flag (see help for details)
    22   * topic: make --age compatible with the usual other display for `hg topic`
    23   * topic: make --age compatible with the usual other display for `hg topic`
    23   * stack: support for '#stack[idx]' absolute indexing in revset (4.9+ only)
    24   * stack: support for '#stack[idx]' absolute indexing in revset (4.9+ only)
    24   * topic: support for '#topic[idx]' relative indexing in revset (4.9+ only)
    25   * topic: support for '#topic[idx]' relative indexing in revset (4.9+ only)