The same "label" system is used as in Python code
Details
Details
- Reviewers
Alphare - Group Reviewers
hg-reviewers - Commits
- rHG39c447e03dbc: rhg: Add support for colored output
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Branch
- default
- Lint
No Linters Available - Unit
No Unit Test Coverage
Event Timeline
Comment Actions
This will likely still need minor changes to make a test pass: https://foss.heptapod.net/mercurial/mercurial-devel/-/jobs/340039
This produces output that looks correct when rendered by a terminal, but escape sequences are not exactly where the test expects them.
rust/rhg/src/ui.rs | ||
---|---|---|
260 | Haha that’s fair :) I’ll move some things around |
Note to self: looks like this is removed in a later patch in the series