It's only "commitmsg" that we don't always pass.
Details
Details
- Reviewers
 phillco indygreg - Group Reviewers
 hg-reviewers - Commits
 - rHG36c4e25c3ce1: rebase: remove unused default argument values from conclude[memory]node()
 
Diff Detail
Diff Detail
- Repository
 - rHG Mercurial
 - Lint
 Lint Skipped - Unit
 Unit Tests Skipped 
Event Timeline
Comment Actions
I wonder if it is worth creating a dedicated type to represent the fields in a commit. We have a handful of these functions around the code base where you need to pass around a bunch of values as a unit. But that would be follow-up fodder.