Feature #5614
openShow context function name in hg diffs
0%
Description
In a pull request, each chunk has a standard diff header.
@@ -37,7 +37,7
For Git repositories, this header can also give the context of the chuck, which is nice.
@@ -37,7 +37,7 @@ MechanisticOpProperties::getSimultaneous
But I don't see the same for Hg repositories. On the CLI, this info can be added with the --show-function argument of hg diff.
Updated by Redmine Integration over 4 years ago
- Status changed from New to Resolved
Commit f812d434ac8d
by Daniel Dourvaris daniel@rhodecode.com on default
branch changed this issue.
https://code.rhodecode.com/rhodecode-vcsserver/changeset/f812d434ac8de8340191dfef93e8231fde9d8820
Updated by Daniel D over 4 years ago
Thank you for bringing that back, we simply enabled that option for Mercurial Diffs to make them more consistent with GIT ones. Please note that diffs are often cached, and it might be that older ones wouldn't show that after the change. You can wait for the next release, or simply patch your vcsserver with this simple change to obtain it now.