Some types of exceptions had a trailing "!" printed after the message
from the exception itself. I guess some of these errors seem a little
more severe (?), but it seems more likely that the inconsistency was
just an oversight.
Details
Details
- Reviewers
durin42 Alphare mharbison72 - Group Reviewers
hg-reviewers - Commits
- rHG95c4cca641f6: errors: remove trailing "!" from some error messages for consistency
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
tests/test-convert-filemap.t | ||
---|---|---|
294–296 | Fixed the dropped conditional, and the test case that wasn't run. There were a couple other cases like this (and I'm guessing a few stragglers in tests that weren't run). Rather than find them and mark them, I'm just going to push this because I think phab generates one last diff when pushed, and then the interdiff should reveal the others. |