Fossil SCM
Fix formatting for the help text of the 'branch' command.
Commit
132af984d05422e7a4cfe94e81aee75cff5696272eb578cd8e67a2fb4771bd03
Parent
14ebbe9d99ef2e4…
1 file changed
+7
-7
+7
-7
| --- src/branch.c | ||
| +++ src/branch.c | ||
| @@ -614,17 +614,17 @@ | ||
| 614 | 614 | ** > fossil branch lsh ?OPTIONS? ?LIMIT? |
| 615 | 615 | ** |
| 616 | 616 | ** List all branches. |
| 617 | 617 | ** |
| 618 | 618 | ** Options: |
| 619 | -** -a|--all List all branches. Default show only open branches | |
| 620 | -** -c|--closed List closed branches | |
| 621 | -** -m|--merged List branches merged into the current branch | |
| 622 | -** -M|--unmerged List branches not merged into the current branch | |
| 623 | -** -p List only private branches | |
| 624 | -** -r Reverse the sort order | |
| 625 | -** -t Show recently changed branches first | |
| 619 | +** -a|--all List all branches. Default show only open branches | |
| 620 | +** -c|--closed List closed branches | |
| 621 | +** -m|--merged List branches merged into the current branch | |
| 622 | +** -M|--unmerged List branches not merged into the current branch | |
| 623 | +** -p List only private branches | |
| 624 | +** -r Reverse the sort order | |
| 625 | +** -t Show recently changed branches first | |
| 626 | 626 | ** |
| 627 | 627 | ** The current branch is marked with an asterisk. Private branches are |
| 628 | 628 | ** marked with a hash sign. |
| 629 | 629 | ** |
| 630 | 630 | ** If GLOB is given, show only branches matching the pattern. |
| 631 | 631 |
| --- src/branch.c | |
| +++ src/branch.c | |
| @@ -614,17 +614,17 @@ | |
| 614 | ** > fossil branch lsh ?OPTIONS? ?LIMIT? |
| 615 | ** |
| 616 | ** List all branches. |
| 617 | ** |
| 618 | ** Options: |
| 619 | ** -a|--all List all branches. Default show only open branches |
| 620 | ** -c|--closed List closed branches |
| 621 | ** -m|--merged List branches merged into the current branch |
| 622 | ** -M|--unmerged List branches not merged into the current branch |
| 623 | ** -p List only private branches |
| 624 | ** -r Reverse the sort order |
| 625 | ** -t Show recently changed branches first |
| 626 | ** |
| 627 | ** The current branch is marked with an asterisk. Private branches are |
| 628 | ** marked with a hash sign. |
| 629 | ** |
| 630 | ** If GLOB is given, show only branches matching the pattern. |
| 631 |
| --- src/branch.c | |
| +++ src/branch.c | |
| @@ -614,17 +614,17 @@ | |
| 614 | ** > fossil branch lsh ?OPTIONS? ?LIMIT? |
| 615 | ** |
| 616 | ** List all branches. |
| 617 | ** |
| 618 | ** Options: |
| 619 | ** -a|--all List all branches. Default show only open branches |
| 620 | ** -c|--closed List closed branches |
| 621 | ** -m|--merged List branches merged into the current branch |
| 622 | ** -M|--unmerged List branches not merged into the current branch |
| 623 | ** -p List only private branches |
| 624 | ** -r Reverse the sort order |
| 625 | ** -t Show recently changed branches first |
| 626 | ** |
| 627 | ** The current branch is marked with an asterisk. Private branches are |
| 628 | ** marked with a hash sign. |
| 629 | ** |
| 630 | ** If GLOB is given, show only branches matching the pattern. |
| 631 |