Fossil

Check-in [f50dccc4]
Login

Check-in [f50dccc4]

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

Overview
Comment:Tweak to "fossil help branch" output per a forum post.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: f50dccc476625b6df228317b23d11de4116869afc12048d6ae3ded1b175cff8d
User & Date: wyoung 2021-05-06 10:27:53
Context
2021-05-08
04:30
Changed /wikiedit and /wikinew default mimetype to markdown, as discussed in forum post af11465f66. ... (check-in: 4b01359f user: stephan tags: trunk)
2021-05-06
10:27
Tweak to "fossil help branch" output per a forum post. ... (check-in: f50dccc4 user: wyoung tags: trunk)
2021-05-02
18:28
Enhancements to the OpenBSD fastcgi documentation from Emil Engler. ... (check-in: 3d4aad59 user: drh tags: trunk)
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to src/branch.c.

361
362
363
364
365
366
367


368
369
370
371
372
373
374
** >  fossil branch list|ls ?OPTIONS? ?GLOB?
**
**        List all branches. Options:
**          -a|--all      List all branches.  Default show only open branches
**          -c|--closed   List closed branches.
**          -r            Reverse the sort order
**          -t            Show recently changed branches first


**
**        If GLOB is given, show only branches matching the pattern.
**
** >  fossil branch new BRANCH-NAME BASIS ?OPTIONS?
**
**        Create a new branch BRANCH-NAME off of check-in BASIS.
**        Supported options for this subcommand include:







>
>







361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
** >  fossil branch list|ls ?OPTIONS? ?GLOB?
**
**        List all branches. Options:
**          -a|--all      List all branches.  Default show only open branches
**          -c|--closed   List closed branches.
**          -r            Reverse the sort order
**          -t            Show recently changed branches first
**
**        The current branch is marked with an asterisk.
**
**        If GLOB is given, show only branches matching the pattern.
**
** >  fossil branch new BRANCH-NAME BASIS ?OPTIONS?
**
**        Create a new branch BRANCH-NAME off of check-in BASIS.
**        Supported options for this subcommand include: