Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | added new `setmtime' option to list of options known by the `up' interceptor. think: could this separate handling of options be avoided? |
|---|---|
| Timelines: | family | ancestors | descendants | both | grep |
| Files: | files | file ages | folders |
| SHA1: |
917d7d9d56ba0916ccddc0472f61c089 |
| User & Date: | j 2019-07-21 10:15:47 |
Context
|
2019-07-21
| ||
| 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 | |
Changes
Changes to fsl.
| ︙ | ︙ | |||
990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 |
{ W.arg "" "<num> Width of lines (default is to
auto-detect). Must be >20 or 0 (= no limit,
resulting in a single line per entry)." }
{ width.arg "" "<num> Width of lines (default is to
auto-detect). Must be >20 or 0 (= no limit,
resulting in a single line per entry)." }
}
set usage {
Use `fossil help up' to get real help for the `up' command.
The options accepted by `up' follow.
}
# `getoptions' raises error even when called with `-help'. this is
# irritating, so we work around it ...
| > > > | 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 |
{ W.arg "" "<num> Width of lines (default is to
auto-detect). Must be >20 or 0 (= no limit,
resulting in a single line per entry)." }
{ width.arg "" "<num> Width of lines (default is to
auto-detect). Must be >20 or 0 (= no limit,
resulting in a single line per entry)." }
{setmtime "Set timestamps of all files to match their SCM-side
times (the timestamp of the last checkin which modified
them)."}
}
set usage {
Use `fossil help up' to get real help for the `up' command.
The options accepted by `up' follow.
}
# `getoptions' raises error even when called with `-help'. this is
# irritating, so we work around it ...
|
| ︙ | ︙ |