Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Update TH1 'dir' command syntax in docs. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
73960e0de5e371e3595cac68a8b82d83 |
| User & Date: | mistachkin 2015-08-27 04:39:42.444 |
Context
|
2015-08-27
| ||
| 14:24 | Update change log. ... (check-in: d43847c968 user: mistachkin tags: trunk) | |
| 04:39 | Update TH1 'dir' command syntax in docs. ... (check-in: 73960e0de5 user: mistachkin tags: trunk) | |
| 04:38 | Add the TH1 'dir' command, with docs and tests. ... (check-in: f4ceace8f5 user: mistachkin tags: trunk) | |
Changes
Changes to www/th1.md.
| ︙ | ︙ | |||
236 237 238 239 240 241 242 | Renders STRING as wiki content; however, only links are handled. No other markup is processed. <a name="dir"></a>TH1 dir Command ------------------------------------------- | | | 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 | Renders STRING as wiki content; however, only links are handled. No other markup is processed. <a name="dir"></a>TH1 dir Command ------------------------------------------- * dir CHECKIN ?GLOB? ?DETAILS? Returns a list containing all files in CHECKIN. If GLOB is given only the files matching the pattern GLOB within CHECKIN will be returned. If DETAILS is non-zero, the result will be a list-of-lists, with each element containing at least three elements: the file name, the file size (in bytes), and the file last modification time (relative to the time zone configured for the repository). |
| ︙ | ︙ |