Fossil

Timeline
Login

Timeline

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

8 check-ins tagged with "cmdline-timeline-enhancement"

2014-10-21
03:12
Merge updates from trunk. ... (Closed-Leaf check-in: 22a74690 user: mistachkin tags: cmdline-timeline-enhancement)
2014-10-20
21:37
Now use a switch to specify the file/directory to the timeline command.

- Use -p|--path PATH since "-f" is already used as a deprecated options.

- Restore command line arguments parsing of the timeline command as before the cmdline-timeline-enhancement branch so the previous behavior and argument priority stay compatible as before.

(We were not able to specify a checkin prefix or tagname without specifying the ?WHEN? argument anymore.)
... (check-in: 1e870e1e user: mgagnon tags: cmdline-timeline-enhancement)
2014-10-18
10:34
Fix the directory matching logic for the command-line timeline so that it works with case insensitive filesystems. Other cleanups and improvements to the new timeline logic are also included. ... (Closed-Leaf check-in: 8af7f618 user: drh tags: cmdline-timeline-enhancement)
2014-10-17
21:57
When specifying a path and type (-t) is not specified on the timeline command, force the type to "ci". If someone specify a path, we can assume he want to see only file checkins. ... (check-in: 9cbafad6 user: mgagnon tags: cmdline-timeline-enhancement)
21:12
Honor case-sensitive setting when specifying path to the timeline command. ... (check-in: 5eeb870d user: mgagnon tags: cmdline-timeline-enhancement)
20:44
Fix the special case when path refer to the root of the repository, in that case, just ignore the path argument. ... (check-in: 3706dcb6 user: mgagnon tags: cmdline-timeline-enhancement)
19:20
Add DISTINCT keyword to the main timeline_cmd query to avoid duplicates when specifying file or directory on the timeline command.

(to be checked by someone more experienced in SQL) ... (check-in: dc8a5742 user: mgagnon tags: cmdline-timeline-enhancement)

15:31
Enchance the command-line timeline to accept the name of a file or directory as an argument and then only show the entries that have changes to that file or directory. ... (check-in: a50c3cfd user: drh tags: cmdline-timeline-enhancement)