##// END OF EJS Templates
relnotes: document a number of node->revision type changes...
Joerg Sonnenberger -
r47373:0a23ace8 default
parent child Browse files
Show More
@@ -1,28 +1,33 b''
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 * There's a new `diff.merge` config option to show the changes
11 * There's a new `diff.merge` config option to show the changes
12 relative to an automerge for merge changesets. This makes it
12 relative to an automerge for merge changesets. This makes it
13 easier to detect and review manual changes performed in merge
13 easier to detect and review manual changes performed in merge
14 changesets. It is supported by `hg diff --change`, `hg log -p`
14 changesets. It is supported by `hg diff --change`, `hg log -p`
15 `hg incoming -p`, and `hg outgoing -p` so far.
15 `hg incoming -p`, and `hg outgoing -p` so far.
16
16
17
17
18 == Bug Fixes ==
18 == Bug Fixes ==
19
19
20
20
21
21
22 == Backwards Compatibility Changes ==
22 == Backwards Compatibility Changes ==
23
23
24
24
25 == Internal API Changes ==
25 == Internal API Changes ==
26
26
27 * `changelog.branchinfo` is deprecated and will be removed after 5.8.
27 * `changelog.branchinfo` is deprecated and will be removed after 5.8.
28 It is superseded by `changelogrevision.branchinfo`.
28 It is superseded by `changelogrevision.branchinfo`.
29
30 * Callbacks for revlog.addgroup and the changelog._nodeduplicatecallback hook
31 now get a revision number as argument instead of a node.
32
33 * revlog.addrevision returns the revision number instead of the node.
General Comments 0
You need to be logged in to leave comments. Login now