This lets us keep using the .format() interface, which I think on the
whole I'd like to keep because it makes the configuration a little
nicer.
Details
Details
- Reviewers
yuja - Group Reviewers
hg-reviewers
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Lint Skipped - Unit
Unit Tests Skipped
Event Timeline
Comment Actions
sysstr -> sysbytes can't round trip, and unicode.format(...=bytes) wouldn't
work as expected.
Let me check if we can use templater here.