Fossil

Timeline
Login

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

24 check-ins related to "timeline_cmd_dash_n_fix"

2013-10-30
08:42
Make option -n|--limit of "fossil timeline" now specify the number of entries, just like all other commands which have the -n|--limit option. Suggested by Martin Gagnon. check-in: 6e4e16fb8c user: jan.nijtmans tags: trunk
2013-10-29
13:09
merge trunk Closed-Leaf check-in: 055245ad08 user: jan.nijtmans tags: timeline_cmd_dash_n_fix
13:08
code style cleanup check-in: ea3d77c4aa user: jan.nijtmans tags: trunk
12:58
Fix existing print_timeline() calls, so they return the same output as trunk by default. check-in: 11634df5ea user: jan.nijtmans tags: timeline_cmd_dash_n_fix
11:10
correct merge conflict check-in: 0cb3ab794f user: jan.nijtmans tags: timeline_cmd_dash_n_fix
11:06
merge trunk check-in: 1d6cccc552 user: jan.nijtmans tags: timeline_cmd_dash_n_fix
10:55
Add option -W|--width to the "fossil timeline" and "fossil finfo" commands. Defaults to 79. check-in: 2eb492e282 user: jan.nijtmans tags: trunk
2013-10-25
12:42
Merge trunk. Add the "-W|--width WIDTH" option to "fossil timeline". Default is 80. check-in: 3710f2ac5b user: jan.nijtmans tags: timeline_cmd_dash_n_fix
11:57
Restore fossil_fatal panic message in case of possible checkout/repo mismatch. check-in: 8e7edc60fa user: jan.nijtmans tags: trunk
2013-10-22
07:46
Adapt other callers of print_timeline(), so they show as well whether the limit was reached. check-in: 25d0049045 user: jan.nijtmans tags: timeline_cmd_dash_n_fix
07:41
Correctly determine whether the limit was really reached, this time without my mistake in [d54ada1cea] which didn't handle "-n 0" correctly. check-in: feb175065c user: jan.nijtmans tags: timeline_cmd_dash_n_fix
03:40
Perform timeline limit checks at the end of the loop, after checking if a limit exists. check-in: 521f7a14e0 user: mistachkin tags: timeline_cmd_dash_n_fix
2013-10-21
18:44
One advantage of modifying print_timeline() in stead of using LIMIT: It's possible to put an indication at the end that output stopped because the limit was reached! check-in: d54ada1cea user: jan.nijtmans tags: timeline_cmd_dash_n_fix
18:38
merge trunk check-in: 0e4dee009e user: jan.nijtmans tags: timeline_cmd_dash_n_fix
06:29
Simplify handling of the limit in print_timeline. check-in: d7f457b456 user: mistachkin tags: trunk
2013-10-18
22:37
Merge updates from trunk. check-in: 63bd6754a5 user: mistachkin tags: timeline_cmd_dash_n_fix
16:05
Added "YYMMDD HH:MM" option to timeline timestamp config, per ML request. check-in: feef2d153c user: stephan tags: trunk
03:16
Merge updates from trunk. check-in: 2ed75739a5 user: mistachkin tags: timeline_cmd_dash_n_fix
03:15
Merge timeline entry/line limit improvements from the v2 branch. check-in: 9cc75945be user: mistachkin tags: timeline_cmd_dash_n_fix
03:13
Simplify the entry/line limit for the timeline output. Make it more accurate in verbose mode. Style fixes. Closed-Leaf check-in: 695a3c13bd user: mistachkin tags: timeline_cmd_dash_n_fix-2
2013-10-17
22:16
Add the 'fossil all clean' and 'fossil all extra' sub-commands. Add -whatif option to the 'fossil clean' command that has the same effect as -dry-run, primarily for use with 'fossil all clean' since the all command itself uses the -dry-run option. check-in: d30e5a4835 user: mistachkin tags: trunk
12:22
Minor suggested update: - If N=0 there should be no limit. - If N<0 (undocumented) restore the old behavior of counting lines in stead of entries. check-in: 6c02f699af user: jan.nijtmans tags: timeline_cmd_dash_n_fix-2
2013-10-16
04:09
Fix behavior of "--limit | -n" argument of the timeline command to fit description from usage, which is also the behavior of the "n=" parameter of the /timeline webpage. Now -n <n> define the number of entries while before, it was limiting the number of lines. (pending review...) check-in: 453a060c19 user: mgagnon tags: timeline_cmd_dash_n_fix
2013-10-15
20:10
Add support for compiling with symbols enabled using MSVC. check-in: 44bd9ae243 user: mistachkin tags: trunk