Mercurial > evolve
comparison CHANGELOG @ 4345:f45b4c31d81f
evolve: add test which shows fixed behaviour of `hg evolve` (issue5686)
author | Sushil khanchi <sushilkhanchi97@gmail.com> |
---|---|
date | Fri, 18 Jan 2019 13:54:30 +0530 |
parents | e5282131a78d |
children | 398c33b17d76 |
comparison
equal
deleted
inserted
replaced
4344:e5282131a78d | 4345:f45b4c31d81f |
---|---|
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 * evolve: avoid potential crash when stabilizing orphan merges | 12 * evolve: avoid potential crash when stabilizing orphan merges |
13 * evolve: pick right destination in split+prune cases issue5686 (4.9 only) | |
13 * fold: concatenate commit message in revision order | 14 * fold: concatenate commit message in revision order |
14 * push: have `--publish` overrule the `auto-publish` config | 15 * push: have `--publish` overrule the `auto-publish` config |
15 * next: evolve aspiring children by default (use --no-evolve to skip) | 16 * next: evolve aspiring children by default (use --no-evolve to skip) |
16 * next: pick lower part of a split as destination | 17 * next: pick lower part of a split as destination |
17 * compat: drop compatibility with Mercurial 4.3 | 18 * compat: drop compatibility with Mercurial 4.3 |