equal
deleted
inserted
replaced
1 Changelog |
1 Changelog |
2 ========= |
2 ========= |
|
3 |
|
4 8.0.0 - in progress |
|
5 ------------------- |
|
6 |
|
7 * drop support for Mercurial 4.1 and 4.2 |
|
8 * `--obsolete` and `--old-obsolete` flags for `hg graft` are dropped |
|
9 * evolve: a new `--abort` flag which aborts an interrupted evolve |
|
10 resolving orphans |
|
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 |
|
13 |
|
14 * fixed some memory leak issue |
|
15 |
|
16 * templatekw: remove `obsfatedata` templatekw. Individuals fields are |
|
17 available in core as single template functions. |
|
18 |
|
19 * fixed issue 5833 and 5832 |
|
20 |
|
21 * topic: restring name to letter, '-', '_' and '.' |
3 |
22 |
4 7.3.0 -- 2018-03-21 |
23 7.3.0 -- 2018-03-21 |
5 --------------------- |
24 --------------------- |
6 |
25 |
7 * grab: new command to grab a changeset, put in on wdir parent |
26 * grab: new command to grab a changeset, put in on wdir parent |