Mercurial > evolve
comparison CHANGELOG @ 3684:2a62f0f480f3
compat: drop support for Mercurial 4.2
Since Mercurial 4.6 is about to be released, we drop support for 4.2 too.
(code still need to be cleaned up).
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Thu, 19 Apr 2018 11:38:13 +0200 |
parents | a346b1641dfa |
children | 220e0811b39d |
comparison
equal
deleted
inserted
replaced
3682:72f61b9cb8e9 | 3684:2a62f0f480f3 |
---|---|
2 ========= | 2 ========= |
3 | 3 |
4 8.0.0 - in progress | 4 8.0.0 - in progress |
5 ------------------- | 5 ------------------- |
6 | 6 |
7 * drop support for Mercurial 4.1 | 7 * drop support for Mercurial 4.1 and 4.2 |
8 * `--obsolete` and `--old-obsolete` flags for `hg graft` are dropped | 8 * `--obsolete` and `--old-obsolete` flags for `hg graft` are dropped |
9 * evolve: a new `--abort` flag which aborts an interrupted evolve | 9 * evolve: a new `--abort` flag which aborts an interrupted evolve |
10 resolving orphans | 10 resolving orphans |
11 * `hg evolve` now return 0 if there is nothing to evolve | 11 * `hg evolve` now return 0 if there is nothing to evolve |
12 * amend: a new `--patch` flag to make changes to wdir parent by editing patch | 12 * amend: a new `--patch` flag to make changes to wdir parent by editing patch |