Show More
@@ -1,22 +1,27 | |||||
1 | == New Features == |
|
1 | == New Features == | |
2 |
|
2 | |||
3 | * `hg purge` is now a core command using `--confirm` by default. |
|
3 | * `hg purge` is now a core command using `--confirm` by default. | |
4 |
|
4 | |||
5 | * The `rev-branch-cache` is now updated incrementally whenever changesets |
|
5 | * The `rev-branch-cache` is now updated incrementally whenever changesets | |
6 | are added. |
|
6 | are added. | |
7 |
|
7 | |||
8 |
|
8 | |||
9 | == New Experimental Features == |
|
9 | == New Experimental Features == | |
10 |
|
10 | |||
|
11 | * `hg diff` now takes an experimental `--merge` flag which causes `hg | |||
|
12 | diff --change` to show the changes relative to an automerge for | |||
|
13 | merge changesets. This makes it easier to detect and review manual | |||
|
14 | changes performed in merge changesets. | |||
|
15 | ||||
11 |
|
16 | |||
12 | == Bug Fixes == |
|
17 | == Bug Fixes == | |
13 |
|
18 | |||
14 |
|
19 | |||
15 |
|
20 | |||
16 | == Backwards Compatibility Changes == |
|
21 | == Backwards Compatibility Changes == | |
17 |
|
22 | |||
18 |
|
23 | |||
19 | == Internal API Changes == |
|
24 | == Internal API Changes == | |
20 |
|
25 | |||
21 | * `changelog.branchinfo` is deprecated and will be removed after 5.8. |
|
26 | * `changelog.branchinfo` is deprecated and will be removed after 5.8. | |
22 | It is superseded by `changelogrevision.branchinfo`. |
|
27 | It is superseded by `changelogrevision.branchinfo`. |
General Comments 0
You need to be logged in to leave comments.
Login now