Mercurial > evolve
comparison CHANGELOG @ 4357:45a6890ca656 stable
changelog: explicit the part related to topic
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Tue, 22 Jan 2019 12:50:54 -0500 |
parents | 01f4ee6779d5 |
children | 8c4289d0e91e |
comparison
equal
deleted
inserted
replaced
4351:76500b73b1a9 | 4357:45a6890ca656 |
---|---|
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 * compat: add compatibility with Mercurial 4.9 |
21 | |
22 topic: | |
23 | |
21 * topics: improve the message around topic changing | 24 * topics: improve the message around topic changing |
22 * stack: introduce a --children flag (see help for details) | 25 * stack: introduce a --children flag (see help for details) |
23 * topic: make --age compatible with the usual other display for `hg topic` | 26 * 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) | 27 * 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) | 28 * topic: support for '#topic[idx]' relative indexing in revset (4.9+ only) |