Fossil SCM
Improvements to the help-text for /brlist.
Commit
611fe9b078d377476c316634296565064acdf4aea613853f4dba7ded5f2451e6
Parent
3bc1a0e80e7089f…
1 file changed
+5
-1
+5
-1
| --- src/branch.c | ||
| +++ src/branch.c | ||
| @@ -492,12 +492,16 @@ | ||
| 492 | 492 | ** |
| 493 | 493 | ** Query parameters: |
| 494 | 494 | ** |
| 495 | 495 | ** all Show all branches |
| 496 | 496 | ** closed Show only closed branches |
| 497 | -** open Show only open branches (default behavior) | |
| 497 | +** open Show only open branches | |
| 498 | 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. | |
| 499 | 503 | */ |
| 500 | 504 | void brlist_page(void){ |
| 501 | 505 | Stmt q; |
| 502 | 506 | int cnt; |
| 503 | 507 | int showClosed = P("closed")!=0; |
| 504 | 508 |
| --- 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 |