Fossil

Check-in [132af984d0]
Login

Check-in [132af984d0]

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Fix formatting for the help text of the 'branch' command.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 132af984d05422e7a4cfe94e81aee75cff5696272eb578cd8e67a2fb4771bd03
User & Date: danield 2023-09-19 11:59:56.888
Context
2023-09-19
22:03
Correction of simple typos in patch usage text. ... (check-in: 9b10bf4575 user: mgagnon tags: trunk)
11:59
Fix formatting for the help text of the 'branch' command. ... (check-in: 132af984d0 user: danield tags: trunk)
11:41
Improvements to documentation for the "patch" command. ... (check-in: 14ebbe9d99 user: drh tags: trunk)
Changes
Unified Diff Ignore Whitespace Patch
Changes to src/branch.c.
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
**
** >  fossil branch list|ls ?OPTIONS? ?GLOB?
** >  fossil branch lsh ?OPTIONS? ?LIMIT?
**
**        List all branches.
**
**        Options:
**          -a|--all      List all branches.  Default show only open branches
**          -c|--closed   List closed branches
**          -m|--merged   List branches merged into the current branch
**          -M|--unmerged List branches not merged into the current branch
**          -p            List only private branches
**          -r            Reverse the sort order
**          -t            Show recently changed branches first
**
**        The current branch is marked with an asterisk.  Private branches are
**        marked with a hash sign.
**
**        If GLOB is given, show only branches matching the pattern.
**
**        The "lsh" variant of this subcommand shows recently changed branches,







|
|
|
|
|
|
|







612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
**
** >  fossil branch list|ls ?OPTIONS? ?GLOB?
** >  fossil branch lsh ?OPTIONS? ?LIMIT?
**
**        List all branches.
**
**        Options:
**          -a|--all       List all branches.  Default show only open branches
**          -c|--closed    List closed branches
**          -m|--merged    List branches merged into the current branch
**          -M|--unmerged  List branches not merged into the current branch
**          -p             List only private branches
**          -r             Reverse the sort order
**          -t             Show recently changed branches first
**
**        The current branch is marked with an asterisk.  Private branches are
**        marked with a hash sign.
**
**        If GLOB is given, show only branches matching the pattern.
**
**        The "lsh" variant of this subcommand shows recently changed branches,