Fossil SCM
Document the "expand" query parameter for "tree" in the on-line help.
Commit
273dd2c007dbab8d4a4d1330c8bffcc015521412
Parent
cda3140d1931b25…
1 file changed
+1
+1
| --- src/browse.c | ||
| +++ src/browse.c | ||
| @@ -395,10 +395,11 @@ | ||
| 395 | 395 | ** Query parameters: |
| 396 | 396 | ** |
| 397 | 397 | ** name=PATH Directory to display. Optional |
| 398 | 398 | ** ci=LABEL Show only files in this check-in. Optional. |
| 399 | 399 | ** re=REGEXP Show only files matching REGEXP. Optional. |
| 400 | +** expand Begin with the tree fully expanded. | |
| 400 | 401 | */ |
| 401 | 402 | void page_tree(void){ |
| 402 | 403 | char *zD = fossil_strdup(P("name")); |
| 403 | 404 | int nD = zD ? strlen(zD)+1 : 0; |
| 404 | 405 | const char *zCI = P("ci"); |
| 405 | 406 |
| --- src/browse.c | |
| +++ src/browse.c | |
| @@ -395,10 +395,11 @@ | |
| 395 | ** Query parameters: |
| 396 | ** |
| 397 | ** name=PATH Directory to display. Optional |
| 398 | ** ci=LABEL Show only files in this check-in. Optional. |
| 399 | ** re=REGEXP Show only files matching REGEXP. Optional. |
| 400 | */ |
| 401 | void page_tree(void){ |
| 402 | char *zD = fossil_strdup(P("name")); |
| 403 | int nD = zD ? strlen(zD)+1 : 0; |
| 404 | const char *zCI = P("ci"); |
| 405 |
| --- src/browse.c | |
| +++ src/browse.c | |
| @@ -395,10 +395,11 @@ | |
| 395 | ** Query parameters: |
| 396 | ** |
| 397 | ** name=PATH Directory to display. Optional |
| 398 | ** ci=LABEL Show only files in this check-in. Optional. |
| 399 | ** re=REGEXP Show only files matching REGEXP. Optional. |
| 400 | ** expand Begin with the tree fully expanded. |
| 401 | */ |
| 402 | void page_tree(void){ |
| 403 | char *zD = fossil_strdup(P("name")); |
| 404 | int nD = zD ? strlen(zD)+1 : 0; |
| 405 | const char *zCI = P("ci"); |
| 406 |