Fossil SCM

Improvements to the help-text for /brlist.

drh 2019-07-01 13:38 trunk
Commit 611fe9b078d377476c316634296565064acdf4aea613853f4dba7ded5f2451e6
1 file changed +5 -1
+5 -1
--- src/branch.c
+++ src/branch.c
@@ -492,12 +492,16 @@
492492
**
493493
** Query parameters:
494494
**
495495
** all Show all branches
496496
** closed Show only closed branches
497
-** open Show only open branches (default behavior)
497
+** open Show only open branches
498498
** colortest Show all branches with automatic color
499
+**
500
+** When there are no query parameters, a new-style /brlist page shows
501
+** all branches in a sortable table. The new-style /brlist page is
502
+** preferred and is the default.
499503
*/
500504
void brlist_page(void){
501505
Stmt q;
502506
int cnt;
503507
int showClosed = P("closed")!=0;
504508
--- src/branch.c
+++ src/branch.c
@@ -492,12 +492,16 @@
492 **
493 ** Query parameters:
494 **
495 ** all Show all branches
496 ** closed Show only closed branches
497 ** open Show only open branches (default behavior)
498 ** colortest Show all branches with automatic color
 
 
 
 
499 */
500 void brlist_page(void){
501 Stmt q;
502 int cnt;
503 int showClosed = P("closed")!=0;
504
--- src/branch.c
+++ src/branch.c
@@ -492,12 +492,16 @@
492 **
493 ** Query parameters:
494 **
495 ** all Show all branches
496 ** closed Show only closed branches
497 ** open Show only open branches
498 ** colortest Show all branches with automatic color
499 **
500 ** When there are no query parameters, a new-style /brlist page shows
501 ** all branches in a sortable table. The new-style /brlist page is
502 ** preferred and is the default.
503 */
504 void brlist_page(void){
505 Stmt q;
506 int cnt;
507 int showClosed = P("closed")!=0;
508

Keyboard Shortcuts

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