Fossil Wrapper

Timeline
Login

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

50 check-ins occurring around 6c76c5ec8dcd13ea.

2013-07-24
11:28
adjusted indent of `fancy_timeline' so that de-indentation works when `.fslrc' is first created. check-in: e36ec516ef user: j tags: dresden
11:24
start of another attempt at improved timeline output. check-in: a5391d6012 user: j tags: dresden
2013-03-24
01:16
minor fixes. check-in: e8e0d695ab user: j tags: dresden
2013-01-25
11:42
tentative changes to timeline formatting. modifcations to the `expect' block as suggested by marc. check-in: 9187755636 user: j tags: dresden
2013-01-17
15:01
Provide optional docstring support in interceptor definitions (addresses [1f4a2dbd11]). Leaf check-in: 5912961aa5 user: marc tags: interceptor-docstrings
09:43
Added support for 'purge' interceptor to clean MISSING files from repo. Leaf check-in: 62a73a0f44 user: michael tags: ttmrichter
05:20
Update copyright year and include 'LICENSE' in 'fsl'. Leaf check-in: 06a31756cc user: marc tags: trunk
05:08
Colour MISSING in default status filter. check-in: 2e30171ad3 user: marc tags: trunk
04:43
Personal branch with personal .fslrc tracked. check-in: 9cd347caaa user: michael tags: ttmrichter
2013-01-16
16:07
bug fix to get colors right even when output is piped through `less'. check-in: a745700c2a user: j tags: dresden
15:57
remove spurious `puts'. check-in: db8044a913 user: j tags: dresden
15:50
tentative bug fix. needs improvements. check-in: fe3d253157 user: j tags: dresden
14:17
bug fix and one more alias. check-in: fbb73aca09 user: j tags: dresden
14:04
tentative filtering of `finfo' output through `fancy_timeline'. check-in: ae9928cc77 user: j tags: dresden
2013-01-15
13:05
modified `timeline' processing in order to sanitize output in case `-showfiles' is specified. otherwise some tidy up. check-in: c9f625fef0 user: j tags: dresden
2013-01-11
20:53
small fixes. check-in: 37ea358f3a user: j tags: dresden
12:24
tidy up. check-in: 3ac24d1cd2 user: j tags: dresden
2013-01-10
22:44
small fix. check-in: ced1483e1b user: j tags: dresden
21:22
minor tidy up. check-in: b7f21c3555 user: j tags: dresden
21:13
small fix. check-in: 34844683fd user: j tags: dresden
20:51
bug fix (skipping of single word remaining on last line of reformatted checkin message). check-in: b84e704411 user: j tags: dresden
18:07
tentative addition of chronological revision numbers to timeline output. check-in: abc0e49ac5 user: j tags: dresden
2013-01-08
14:06
Simplify the prompt regexp (no need to escape '?' inside a disjunction). check-in: 4038632842 user: marc tags: trunk
2013-01-06
18:42
restore usual meaning of "line" in `timeline' processing (avoid embedded newlines). check-in: d183a47466 user: j tags: dresden
17:26
added new proc `reformTimeline' for reformatting the `timeline' output. check-in: de9dfa49ae user: j tags: dresden
2013-01-05
20:21
fixed comment sytnax bug. check-in: 6c76c5ec8d user: j tags: dresden
2013-01-01
23:54
small fix. check-in: ba3a1b7d98 user: j tags: dresden
23:48
merged from trunk. check-in: 38deb932f7 user: j tags: dresden
2012-12-29
13:37
Reference the caller's namespace when defining interceptors (close [caeb6df696]). check-in: 6839e8de1e user: marc tags: trunk
13:30
Allow user-defined interceptors to make multiple calls to Fossil via a 'fossil' proc. check-in: 9153a23747 user: marc tags: trunk
13:07
Reference the caller's namespace when defining interceptors (fixes [caeb6df696]). Closed-Leaf check-in: 326a7576f0 user: marc tags: interceptor-ns-fix
13:04
Register 'stash' as an interactive command. check-in: 2da8b95ded user: marc tags: trunk
09:40
Rename 'spawned_errno' -> 'errno_for'. Closed-Leaf check-in: 54e3eeaf2b user: marc tags: mistake
09:38
Adopt a more robust solution to the exit status problem by supplying the Fossil $spawn_id to 'spawned_errno'. This argument is optional; when not provided (e.g., in client code), wait on any spawned process. Closed-Leaf check-in: a89d69d7a7 user: marc tags: fossil-factor
09:12
Merge in trunk. check-in: 242901a0ef user: marc tags: fossil-factor
09:11
Explicitly 'wait' on any spawned process in 'spawned_errno' to ensure that the wrapper exits with the correct status. (Fixes a problem introduced by the 'fossil' proc.) check-in: 0658119d40 user: marc tags: fossil-factor
2012-12-28
07:22
Add vim modeline to default ~/.fslrc. check-in: a06bd1cee4 user: marc tags: trunk
07:21
List interceptors in 'wrapper' output. check-in: 4a62cde8b7 user: marc tags: trunk
2012-12-27
17:33
merged from trunk. check-in: e3d00d91c1 user: j tags: dresden
09:38
Modify the builtin 'help' pre-processor: When an expanded command is an interceptor, print its body. check-in: 5748373bfc user: marc tags: trunk
08:47
Fix: no need to reset stty_init in 'fossil'. check-in: f31e76346d user: marc tags: fossil-factor
08:41
Factor spawn logic into 'fossil' proc. This allows user-defined interceptors to make multiple calls to Fossil. check-in: e0b217def3 user: marc tags: fossil-factor
07:16
Rename 'triggers' -> 'triggers_for'. check-in: 80d2ae48ef user: marc tags: trunk
06:22
Enhance 'alias', 'interceptor' and 'filter' definitions through the use of command triggers. Two metacharacters are currently supported -- ':' for string span and '|' for disjunction; the latter takes precedence. Fixes [75ca08a1e2] and addresses [94440c6cf6]. check-in: f93bad8364 user: marc tags: trunk
06:11
Performance fix: create one anonymous function per interceptor. Closed-Leaf check-in: 78f80e3b87 user: marc tags: command-triggers
06:03
Allow command triggers in filter definitions. check-in: 13a96428db user: marc tags: command-triggers
06:01
Modify builtin interceptors to use span rather than disjunction syntax. check-in: 921ffc1fdc user: marc tags: command-triggers
05:59
Use command triggers instead of regular expressions in 'interceptor' declarations. check-in: 8113768138 user: marc tags: command-triggers
05:53
Use command triggers during alias expansion (this provides a tentative solution for [75ca08a1e2]). check-in: abe307f23b user: marc tags: command-triggers
2012-12-26
06:52
Introduce command interception with handlers for 'wrapper', 'aliases' and 'help' (closes [0b5aaa9cd1] and [3220c9a7da]). check-in: 9b7a6d6215 user: marc tags: trunk