Fossil SCM
added documentation for new th1 command 'dir'
Commit
00e634fecb99b043c62a0e528dee72229dd677fa
Parent
5d56fb7e2c184cd…
1 file changed
+9
+9
| --- www/th1.md | ||
| +++ www/th1.md | ||
| @@ -128,10 +128,11 @@ | ||
| 128 | 128 | * artifact |
| 129 | 129 | * checkout |
| 130 | 130 | * combobox |
| 131 | 131 | * date |
| 132 | 132 | * decorate |
| 133 | + * dir | |
| 133 | 134 | * enable_output |
| 134 | 135 | * getParameter |
| 135 | 136 | * glob_match |
| 136 | 137 | * globalState |
| 137 | 138 | * hascap |
| @@ -233,10 +234,18 @@ | ||
| 233 | 234 | * decorate STRING |
| 234 | 235 | |
| 235 | 236 | Renders STRING as wiki content; however, only links are handled. No |
| 236 | 237 | other markup is processed. |
| 237 | 238 | |
| 239 | +<a name="dir"></a>TH1 dir Command | |
| 240 | +------------------------------------------- | |
| 241 | + | |
| 242 | + * dir CHECKIN ?GLOB? | |
| 243 | + | |
| 244 | +Returns a list containing all files in CHECKIN. If GLOB is given only | |
| 245 | +the files matching the pattern GLOB within CHECKIN will be returned. | |
| 246 | + | |
| 238 | 247 | <a name="enable_output"></a>TH1 enable_output Command |
| 239 | 248 | ----------------------------------------------------- |
| 240 | 249 | |
| 241 | 250 | * enable_output BOOLEAN |
| 242 | 251 | |
| 243 | 252 |
| --- www/th1.md | |
| +++ www/th1.md | |
| @@ -128,10 +128,11 @@ | |
| 128 | * artifact |
| 129 | * checkout |
| 130 | * combobox |
| 131 | * date |
| 132 | * decorate |
| 133 | * enable_output |
| 134 | * getParameter |
| 135 | * glob_match |
| 136 | * globalState |
| 137 | * hascap |
| @@ -233,10 +234,18 @@ | |
| 233 | * decorate STRING |
| 234 | |
| 235 | Renders STRING as wiki content; however, only links are handled. No |
| 236 | other markup is processed. |
| 237 | |
| 238 | <a name="enable_output"></a>TH1 enable_output Command |
| 239 | ----------------------------------------------------- |
| 240 | |
| 241 | * enable_output BOOLEAN |
| 242 | |
| 243 |
| --- www/th1.md | |
| +++ www/th1.md | |
| @@ -128,10 +128,11 @@ | |
| 128 | * artifact |
| 129 | * checkout |
| 130 | * combobox |
| 131 | * date |
| 132 | * decorate |
| 133 | * dir |
| 134 | * enable_output |
| 135 | * getParameter |
| 136 | * glob_match |
| 137 | * globalState |
| 138 | * hascap |
| @@ -233,10 +234,18 @@ | |
| 234 | * decorate STRING |
| 235 | |
| 236 | Renders STRING as wiki content; however, only links are handled. No |
| 237 | other markup is processed. |
| 238 | |
| 239 | <a name="dir"></a>TH1 dir Command |
| 240 | ------------------------------------------- |
| 241 | |
| 242 | * dir CHECKIN ?GLOB? |
| 243 | |
| 244 | Returns a list containing all files in CHECKIN. If GLOB is given only |
| 245 | the files matching the pattern GLOB within CHECKIN will be returned. |
| 246 | |
| 247 | <a name="enable_output"></a>TH1 enable_output Command |
| 248 | ----------------------------------------------------- |
| 249 | |
| 250 | * enable_output BOOLEAN |
| 251 | |
| 252 |