Mercurial > evolve
comparison CHANGELOG @ 4340:5300be965515
fold: sort concatenated commit messages in topological order
It seems better to have the proposed commit message look the same
whether the user ran `hg fold --exact -r . -r .^` or `hg fold --exact
-r .^ -r .`.
author | Martin von Zweigbergk <martinvonz@google.com> |
---|---|
date | Fri, 11 Jan 2019 09:26:41 -0800 |
parents | 0f015fe4f71f |
children | e5282131a78d |
comparison
equal
deleted
inserted
replaced
4339:0f015fe4f71f | 4340:5300be965515 |
---|---|
7 * split: improve and update the user prompt (BC) | 7 * split: improve and update the user prompt (BC) |
8 * split: make it possible to drop change during a split | 8 * split: make it possible to drop change during a split |
9 * split: no longer accept revision with --rev (BC) | 9 * split: no longer accept revision with --rev (BC) |
10 * split: accept file patterns | 10 * split: accept file patterns |
11 * split: support for non interactive splits | 11 * split: support for non interactive splits |
12 * fold: concatenate commit message in revision order | |
12 * push: have `--publish` overrule the `auto-publish` config | 13 * push: have `--publish` overrule the `auto-publish` config |
13 * next: evolve aspiring children by default (use --no-evolve to skip) | 14 * next: evolve aspiring children by default (use --no-evolve to skip) |
14 * next: pick lower part of a split as destination | 15 * next: pick lower part of a split as destination |
15 * compat: drop compatibility with Mercurial 4.3 | 16 * compat: drop compatibility with Mercurial 4.3 |
16 * topics: improve the message around topic changing | 17 * topics: improve the message around topic changing |