_formatconflictmarker()'s name made me think that it would create
something like <<<<<<< and maybe some more stuff after it, but it's
actually just the label that comes after on the same line. So let's
rename it to _formatlabel(). That's better aligned with the
variables the result is assigned it.
Details
Details
- Reviewers
Alphare - Group Reviewers
hg-reviewers - Commits
- rHG1eeec02cd919: filemerge: rename _formatconflictmarker() since it formats a label
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.