While producing releasenotes for (4.3::), releasenotes aborts with error because
of some bad formatting of releasenotes in some commits. Instead of aborting,
this adds warning message which will help us in skipping them and telling user
about it.
Details
Details
- Reviewers
yuja - Group Reviewers
hg-reviewers - Commits
- rHGa542ad320adb: releasenotes: don't abort is there is a bad formatted entry for releasenotes
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.
warn() seems better.