##// END OF EJS Templates
relnotes: document a number of node->revision type changes...
Joerg Sonnenberger -
r47373:0a23ace8 default
parent child Browse files
Show More
@@ -26,3 +26,8 b''
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