Fossil

Timeline
Login

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

22 check-ins using file src/finfo.c version b621bd7fc9

2015-03-10
04:05
Fix an off-by-one error in computing some coordinates in the graph layout. Closed-Leaf check-in: 3229e5e83c user: drh tags: ex-graph
02:39
Add the experiemental "nomo" query parameter on the timeline graph. check-in: 9ca4f330e1 user: drh tags: ex-graph
02:21
Allow the rail pitch on graphs to go as low as 11 pixels. Adjust the offset of the merge risers as the rail pitch gets smaller so that merge arrows do not overlap the merge risers. check-in: e81344f3bd user: drh tags: trunk
00:17
Add the -r option to the "ls" command. check-in: e567a910de user: drh tags: trunk
2015-03-09
18:14
Improved arrowheads on the timeline graph. check-in: 3c8b24d402 user: drh tags: trunk
14:45
Merge trunk. Make sure that "fossil forget" and "fossil rename" are unaffected by any setting. (I'm not sure this is the way to go .....) check-in: 0701c1a3f5 user: jan.nijtmans tags: mvAndRmFiles
14:12
merge trunk check-in: 5d3c6df6ba user: jan.nijtmans tags: svn-import
11:15
Add extra space between lines of the file-list in a timeline. check-in: c68c68d9d1 user: drh tags: trunk
09:09
Add "fossil forget" as alias to "fossil rm|delete". This opens up the "fossil rm" command for behavior modification, as suggested on ML. check-in: 8cf976d246 user: jan.nijtmans tags: trunk
08:58
Eliminate some unnecessary end-of-line spacing check-in: 7fbc1c3a1f user: jan.nijtmans tags: trunk
04:42
Always report full UUID for checkin and branch commands since they actually alter the repository and should report a complete, unambiguous UUID. check-in: 153e17c5eb user: andybradford tags: trunk
2015-03-07
12:34
Enhance the "ln=" text highlighter to support multiple blocks of code. check-in: 259e3a0fd6 user: drh tags: trunk
2015-03-06
22:31
Less verbose -v Closed-Leaf check-in: 4f46e4f910 user: peter tags: peter-ls
22:14
Extend fossil ls with -r check-in: 87f51a3ded user: peter tags: peter-ls
16:57
Reference the publish command in the bundle help text. check-in: 8fa54638c2 user: jan tags: trunk
14:47
Fix the hyperlink to sign-up for the mailing list. check-in: ad6e400459 user: drh tags: trunk
08:28
Need to account for adjacent ranges to avoid bad data from db_column_text. Closed-Leaf check-in: 17b67a9b82 user: andybradford tags: multi-block-highlight
07:53
Restore the topln functionality. check-in: 5758e5bace user: andybradford tags: multi-block-highlight
07:39
Add ability to highlight more than one block of lines when using the ln= query parameter. check-in: 20c63861d8 user: andybradford tags: multi-block-highlight
04:10
Fix misplaced &lt;/span&gt; so it actually lands on the line that begins the <span> rather than a few lines before it begins. check-in: ee45080dd6 user: andybradford tags: trunk
2015-03-05
19:51
Swap single-/double-dash convention in [fossil help help] listing to match the other commands. Use single-dash for single-letter option names and double-dash for long option names. (Truth is that either is accepted; this is merely a display issue.) check-in: 03e1850bf1 user: andygoth tags: trunk
19:18
Correct [fossil finfo -n 0] to have no limit, in accordance with documentation. Update documentation to mention that negative numbers also have no limit and that unlimited is the default. check-in: 81da7b0024 user: andygoth tags: trunk