Fossil SCM

Document the "expand" query parameter for "tree" in the on-line help.

drh 2014-01-07 02:23 trunk
Commit 273dd2c007dbab8d4a4d1330c8bffcc015521412
1 file changed +1
--- src/browse.c
+++ src/browse.c
@@ -395,10 +395,11 @@
395395
** Query parameters:
396396
**
397397
** name=PATH Directory to display. Optional
398398
** ci=LABEL Show only files in this check-in. Optional.
399399
** re=REGEXP Show only files matching REGEXP. Optional.
400
+** expand Begin with the tree fully expanded.
400401
*/
401402
void page_tree(void){
402403
char *zD = fossil_strdup(P("name"));
403404
int nD = zD ? strlen(zD)+1 : 0;
404405
const char *zCI = P("ci");
405406
--- 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button