Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins
2019-11-14
| ||
22:28 | a hack to make grep work for non-standard hash-digits setting. Leaf check-in: 23d147961a user: j tags: dresden | |
2019-11-13
| ||
13:17 | more flexible pattern for localizing the sha1/3 hashes (allowing for adjusting the no. of displayed hash digits via `fossil set hash-digits'). empirically, `fossil' displays at least 6 digits irrespective of a possibly smaller hash-digits setting. hence the {6,} or {2,} repetitions in the assorted patterns. check-in: dee40a390a user: j tags: dresden | |
2019-10-16
| ||
13:26 | give up on hard-coding a list of valid commands (to decrease latency minimally) and use a dynamic list instead. check-in: a721f86fe9 user: j tags: dresden | |
2019-07-21
| ||
16:05 | regression fix in `clone' interceptor. check-in: 24053a7df2 user: j tags: dresden | |
15:42 | minor tidy up: avoid redundant sub-pattern captures in `regsub'. check-in: 5a2358d8c3 user: j tags: dresden | |
12:27 | merged `grep'. check-in: 8df6e8d8f7 user: j tags: dresden | |
12:26 | minor. Leaf check-in: 36a8a1862c user: j tags: grep | |
10:15 | added new `setmtime' option to list of options known by the `up' interceptor. think: could this separate handling of options be avoided? check-in: 917d7d9d56 user: j tags: grep | |
2019-07-18
| ||
20:09 | fixed a regexp which was to restrictive. check-in: 2a35346a35 user: j tags: grep | |
2019-07-11
| ||
17:13 | beautify the output somewhat. use alternating colors to separate between adjacent hashes/checkins in the output. check-in: 4e76e7d42b user: j tags: grep | |
15:29 | removed old `fixGrep' (the newer one is superior) and account for possibility that a single file artifact belongs to multiple checkins when reporting the incremental checkin numbers. check-in: b04bf5a394 user: j tags: grep | |
2019-07-08
| ||
16:05 | another `fixGrep' which is possibly superior since overall easier and faster. check-in: ee7ec69ea7 user: j tags: grep | |
2019-07-06
| ||
16:24 | reverse order of first/last report to make it consistent with the newest to oldest sorting of `grep' reporting. check-in: ea60fe5655 user: j tags: grep | |
16:18 | added a `grep' interceptor to allow for further options. other small edits. check-in: 1043c97588 user: j tags: grep | |
2019-07-05
| ||
16:52 | a first try at improving/augmenting `fossil grep'. check-in: bd064e74b7 user: j tags: grep | |
16:50 | one bug and one regression less. check-in: 6933053d49 user: j tags: dresden | |
2019-06-25
| ||
12:16 | deleted redundant `show' interceptor and defined a new alias `s' to `changes --differ' which does exactly the same thing. check-in: eb6ae3b1a6 user: j tags: dresden | |
2019-05-21
| ||
17:48 | minor adjustments. check-in: 5a7ab09561 user: j tags: dresden | |
2018-10-25
| ||
21:19 | new `clone' interceptor. check-in: 6a18f733ad user: j tags: dresden | |
2018-10-19
| ||
08:30 | fix typo in help text/comment. check-in: 5bd4c8a1a9 user: j tags: dresden | |
2018-10-18
| ||
15:33 | minor adjustments. check-in: d6d6025c58 user: j tags: dresden | |
2018-10-09
| ||
22:16 | exit immediately after error. check-in: 3a4bd5c887 user: j tags: dresden | |
2018-10-08
| ||
14:01 | added a sanity check. check-in: bf8a1708be user: j tags: dresden | |
13:25 | minor edits of help text. check-in: c950e9f15d user: j tags: dresden | |
12:02 | adjustments to new `ci' interceptor: recognize abbreviations and short option for `--exclude' and trigger interceptor with `ci|com:commit'. check-in: 37f8e9d151 user: j tags: dresden | |
2018-10-07
| ||
18:36 | changed behaviour if resulting include list is empty. check-in: 65dc236e74 user: j tags: dresden | |
17:40 | add a `ci' interceptor to provide a `--exclude' option. check-in: 26593696dd user: j tags: dresden | |
2018-08-22
| ||
13:06 | some changes to filters. check-in: 2082b00246 user: j tags: dresden | |
2018-08-21
| ||
15:21 | added interceptor for `amend' in order to allow use of chronological revision numbers. improved regexp in `interactive?'. check-in: cbb5bcd8dc user: j tags: dresden | |
14:52 | changed definition of `interactive?' to recognize "amend -e" as being interactive. otherwise minor adjustments. check-in: 52b36a5ad8 user: j tags: dresden | |
2018-08-20
| ||
13:46 | added interceptor st:status to make `st' and `sta' abbreviations of `status' rather than a collision with `stash'. augment colorizing of `status' output. check-in: 6e62c26b7f user: j tags: dresden | |
2018-08-04
| ||
19:53 | renamed `stat' interceptor to `show' to stop interfering with fossil's command namespace. added some error handling. improved `wrapper' interceptor, notably collapse the expanded spans in the display. some small fixes in `up' interceptor. tidy up of the `gd' vs. `gdi' vs `gdf' mess. should be a bit more consistent now. sort `alias' and `wrapp... check-in: 21ad72b8eb user: j tags: dresden | |
2018-08-03
| ||
21:29 | sort `wrapper' output alphabetically. check-in: f6987f233e user: j tags: dresden | |
17:16 | tentative modifications to `uvex' interceptor in order to provide feedback to user regarding differences between the unversioned files in the repo and in the checkout (or absence thereof). undecided whether this really makes sense. Leaf check-in: 03bb7b917a user: j tags: uvex | |
15:11 | improved `uvex' interceptor. check-in: 59bc132772 user: j tags: dresden | |
14:03 | updated the static list of fossil commands. added a new full interceptor `uvex' for exporting unversioned files to their canonical location in the checkout. check-in: 2e966abb92 user: j tags: dresden | |
2018-05-03
| ||
10:15 | just another alias. check-in: b94d67908b user: j tags: dresden | |
2018-04-11
| ||
07:38 | Fix regexp for repo root if path contains spaces Leaf check-in: 910c52f888 user: fifr tags: record | |
2017-07-25
| ||
12:47 | catch the situation that tcllib is not found somewhere in $::tcl_libary. consider removing the manual handling of package loading altogether since `package require' recently seems to no longer exhibit large latency under OSX... check-in: 8c0eed83e0 user: j tags: dresden | |
2016-11-25
| ||
08:16 | bug fix: revert to `package require' if the attempt to source the `cmdline' package directly fails. problem reported and fix provided by Rolf Ade via mail to Marc Simpson. check-in: 0ddf39fff2 user: j tags: dresden | |
2015-08-09
| ||
12:23 | small simplification. check-in: b45b589599 user: j tags: dresden | |
2015-06-07
| ||
16:14 | regex fix (was simply erroneous, but manifested itself only with `finfo'. check-in: 51a6112e88 user: j tags: dresden | |
2015-05-08
| ||
20:34 | avoid computation of sha1 to revnum mapping if there is no need for it (since it starts to take substantial time on large repos such as fossil's own source code repo. check-in: 888ddf2bea user: j tags: dresden | |
19:04 | minor regression fix. check-in: 3e5e101641 user: j tags: dresden | |
19:01 | merge. check-in: 4b3542b013 user: j tags: dresden | |
16:59 | bug fix: need to convert `fsl info' output explicitly to Tcl list. Leaf check-in: 3d48d4ac2f user: j tags: newtimeline | |
16:57 | bug fix: need to convert `fsl info' output explicitly to Tcl list. check-in: cd4f7216d9 user: j tags: dresden | |
2015-05-06
| ||
19:48 | mostly, augmented `status' filter. check-in: 25ba279555 user: j tags: newtimeline | |
2015-05-05
| ||
18:14 | merge. check-in: f79d157453 user: j tags: newtimeline | |
18:13 | bug fix. check-in: c233d74949 user: j tags: dresden | |