Earlier, not specifying filename with --rev raised a really long TypeError.
This patch just raises a small error to specify the filename.
Details
Details
- Reviewers
- None
- Group Reviewers
hg-reviewers
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Lint Skipped - Unit
Unit Tests Skipped
Event Timeline
Comment Actions
Can't we just output the releasenotes using ui.write() if no file name is specified. I sometimes wanted to check what releasenotes my commit will produce and I needed to mention a file.
Comment Actions
Seems to be a good idea :). Maybe we can close this one and I'll just send a new patch right away.