Overview
Artifact ID: | 4c2e16a605fb6c5caee83e71c9fc6b4332e0f4c0 |
---|---|
Ticket: | 3e58b8ceafb64aac96b0ebc4a8629f3f666d6a2b
fossil timeline -n limits by number of printed lines rather than number of entries |
User & Date: | anonymous 2010-11-26 04:23:30 |
Changes
- comment changed to:
The print_timeline function in src/timeline.c limits by number of printed lines, but according to the documentation in "fossil help timeline" the -n flag should limit by the number of check-ins. To reproduce: fossil new bugdemo.fossil ; mkdir bugdemo ; cd bugdemo ; fossil open ../bugdemo.fossil ; touch one.txt ; fossil add one.txt ; fossil commit -m "Added first file." one.txt ; touch two.txt ; fossil add two.txt ; fossil commit -m "Added second file with a nice long commit message - well, at least long enough that displaying it via 'fossil timeline' will cause a line wrap." two.txt Now "fossil timeline -n 3" will only display one commit. "fossil timeline -n 4" will display two.
- foundin changed to: "f88368742d"
- private_contact changed to: "f1b8ea383d4afeb868c8f564f3fc833831f28a5a"
- severity changed to: "Important"
- status changed to: "Open"
- title changed to:
fossil timeline -n limits by number of printed lines rather than number of entries
- type changed to: "Code_Defect"