Details
Details
- Reviewers
martinvonz - Group Reviewers
hg-reviewers - Commits
- rHG707c58880cd0: rhg: add relative paths support in `rhg status`
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Branch
- default
- Lint
No Linters Available - Unit
No Unit Test Coverage
Event Timeline
rust/rhg/src/commands/status.rs | ||
---|---|---|
275–277 | You may, at some point, want to add a write_fmt() method to Ui so this can be written using the writeln! macro as writeln!(ui, "{} {}", status_prefix, path.as_ref()) |
You may, at some point, want to add a write_fmt() method to Ui so this can be written using the writeln! macro as writeln!(ui, "{} {}", status_prefix, path.as_ref())