comparison relnotes/next @ 46370:cad17d50736c

changelog: move branchinfo to changelogrevision The function parses the extra dictionary after looking up the changelogrevision. To avoid duplicated look up, it is better to provide it as property of changelogrevision instead. Keep the function for a release cycle as at least the topic extension depends on it. Differential Revision: https://phab.mercurial-scm.org/D9779
author Joerg Sonnenberger <joerg@bec.de>
date Fri, 15 Jan 2021 01:30:08 +0100
parents bb3a5c0df06b
children 3e91d9978bec
comparison
equal deleted inserted replaced
46369:cabc5e9366c5 46370:cad17d50736c
63 renamed to `--force-free-lock` and `--force-free-wlock` respectively. 63 renamed to `--force-free-lock` and `--force-free-wlock` respectively.
64 64
65 65
66 == Internal API Changes == 66 == Internal API Changes ==
67 67
68 68 * `changelog.branchinfo` is deprecated and will be removed after 5.8.
69 It is superseded by `changelogrevision.branchinfo`.