This fixes a crash you can run into if you enter a commit message
that's just a "newline-like" byte, like a form feed byte (`hg ci -m
\x0f` in Fish). That bug is the motivation for this series.
Details
Details
- Reviewers
durin42 Alphare - Group Reviewers
hg-reviewers - Commits
- rHGe160f073c37b: histedit: use new function for getting first line of a string
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.