Also avoid even creating a function since we just end up calling it
right away.
Details
Details
- Reviewers
phillco indygreg - Group Reviewers
hg-reviewers - Commits
- rHGbd0086bd3af4: rebase: inline _makextrafn() now that we have only one caller
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
The ability to register extra functions seems like the important functionality here. And self.extrafns is preserved. So I don't think anyone will miss the old function.