The "leaves" command:
Usage: fossil leaves ?OPTIONS?
Find leaves of all branches. By default show only open leaves. The -a|--all flag causes all leaves (closed and open) to be shown. The -c|--closed flag shows only closed leaves.
The --recompute flag causes the content of the "leaf" table in the repository database to be recomputed.
Options:
- -a|--all
 - Show ALL leaves
 - --bybranch
 - Order output by branch name
 - -c|--closed
 - Show only closed leaves
 - -m|--multiple
 - Show only cases with multiple leaves on a single branch
 - --recompute
 - Recompute the "leaf" table in the repository DB
 - -W|--width N
 - Width of lines (default is to auto-detect). Must be more than 39 or else 0 no limit, resulting in a single line per entry.
 
See also: descendants, finfo, info, branch