Fossil SCM
Tweak to "fossil help branch" output per [forum:/forumpost/11b53d2407 | a forum post].
Commit
f50dccc476625b6df228317b23d11de4116869afc12048d6ae3ded1b175cff8d
Parent
3d4aad592ebef6a…
1 file changed
+2
+2
| --- src/branch.c | ||
| +++ src/branch.c | ||
| @@ -363,10 +363,12 @@ | ||
| 363 | 363 | ** List all branches. Options: |
| 364 | 364 | ** -a|--all List all branches. Default show only open branches |
| 365 | 365 | ** -c|--closed List closed branches. |
| 366 | 366 | ** -r Reverse the sort order |
| 367 | 367 | ** -t Show recently changed branches first |
| 368 | +** | |
| 369 | +** The current branch is marked with an asterisk. | |
| 368 | 370 | ** |
| 369 | 371 | ** If GLOB is given, show only branches matching the pattern. |
| 370 | 372 | ** |
| 371 | 373 | ** > fossil branch new BRANCH-NAME BASIS ?OPTIONS? |
| 372 | 374 | ** |
| 373 | 375 |
| --- src/branch.c | |
| +++ src/branch.c | |
| @@ -363,10 +363,12 @@ | |
| 363 | ** List all branches. Options: |
| 364 | ** -a|--all List all branches. Default show only open branches |
| 365 | ** -c|--closed List closed branches. |
| 366 | ** -r Reverse the sort order |
| 367 | ** -t Show recently changed branches first |
| 368 | ** |
| 369 | ** If GLOB is given, show only branches matching the pattern. |
| 370 | ** |
| 371 | ** > fossil branch new BRANCH-NAME BASIS ?OPTIONS? |
| 372 | ** |
| 373 |
| --- src/branch.c | |
| +++ src/branch.c | |
| @@ -363,10 +363,12 @@ | |
| 363 | ** List all branches. Options: |
| 364 | ** -a|--all List all branches. Default show only open branches |
| 365 | ** -c|--closed List closed branches. |
| 366 | ** -r Reverse the sort order |
| 367 | ** -t Show recently changed branches first |
| 368 | ** |
| 369 | ** The current branch is marked with an asterisk. |
| 370 | ** |
| 371 | ** If GLOB is given, show only branches matching the pattern. |
| 372 | ** |
| 373 | ** > fossil branch new BRANCH-NAME BASIS ?OPTIONS? |
| 374 | ** |
| 375 |