Overview
| Artifact ID: | 385760465d76aad72f7878f80bcf7117c7d9fc8f |
|---|---|
| Ticket: | e167be3b927014a2b69fc25a3614da494ab50cfd
fossil timeline: option for single line per log entry |
| User & Date: | anonymous 2013-03-19 11:59:53 |
Changes
- foundin changed to: "1.25"
- Untracked field icomment:
For console processing, it would be nice if "fossil timeline -t ci" and "fossil finfo -l" had an additional option which produced one log entry per line, even if it extended beyond the terminal width. This would be useful for external tools parsing the repository activity, besides the current format which is adequate for visual inspection. For example, $ fossil timeline -t ci == 2013-03-19 == 11:45:27 (ad72bf2392) *CURRENT* test (user: user2 tags: trunk) == 2013-03-07 == 15:23:41 (c5b25c1b6d) *BRANCH* new xml and this is a very long entry that continues on next line on the console (user: user1 tags: trunk) 15:22:11 (fbc698da06) hello 1 (user: user1 tags: trunk) and if the switch was the "-1" (1 per line) the output could be: $ fossil timeline -t ci -1 2013-03-19 11:45:27 (ad72bf2392) *CURRENT* test (user: user2 tags: trunk) 2013-03-07 15:23:41 (c5b25c1b6d) *BRANCH* new xml and this is a very long entry that continues on next line on the console (user: user1 tags: trunk) 2013-03-07 15:22:11 (fbc698da06) hello 1 (user: user1 tags: trunk) - Untracked field login: "nobody"
- Untracked field mimetype: "text/x-fossil-plain"
- private_contact changed to: "b05ed67c14cf3c678dc634cffc00f685ac493607"
- severity changed to: "Minor"
- status changed to: "Open"
- title changed to:
fossil timeline: option for single line per log entry
- type changed to: "Feature_Request"