Fossil SCM
HTML tags show on tickets when running "fossil timeline" on CLI
Closed
6e5d9dd8ec31c8a…
· opened 15 years, 6 months ago
- Type
- Code_Defect
- Priority
- —
- Severity
- Cosmetic
- Resolution
- Works_As_Designed
- Subsystem
- —
- Created
- Oct. 3, 2010 7:23 a.m.
Here's a "screenshot" from the timeline of the Fossil clone showing what's happening:
```
$ fossil timeline
=== 2010-10-03 ===
04:00:09 [33857fed56] Add attachment "verify_at_commit.diff" to ticket
[76d3ecfdab] (user: anonymous)
03:14:34 [16e5a2198b] New ticket [76d3ecfdab] verify_at_commit should print
status. (user: anonymous)
02:40:24 [2531e176fb] New ticket [2a1e8e3c4b] content_get can recursive too
deep. (user: anonymous)
```
The italic tags are showing for ticket summary lines, which probably should not be given it's running in CLI.
Comments (1)
stephan
3 years, 2 months ago
The HTML in such cases is part of the stored timeline message, and is not filtered out/removed in CLI mode.