This is a localized version of diff.showfunc.
Details
Details
- Reviewers
- None
- Group Reviewers
hg-reviewers - Commits
- rHGd1134ca5b1a3: notify: add option to include function names in the diff output
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
Comment Actions
+ notify.show-functions
+ Set to True to get the equivalent of "hg diff --show-functions". Default:
+ False
So is this equivalent to setting the diff option?
[diff] showfunc = True
I'm not sure if we need notify.show-functions in addition to diff.*
options, but if we do need it, it's probably better to copy the option
name from [diff].
Comment Actions
Queued, thanks.
+ $ hg commit -m changefunction
+ $ hg --cwd ../b --config notify.show-functions=True pull ../a
s/show-functions/showfunc/