Purpose: | Display status summary. |
||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Usage: | bzr status [FILE...] |
||||||||||||||||||||||||||
Options: |
|
||||||||||||||||||||||||||
Description: | This reports on versioned and unknown files, reporting them grouped by state. Possible states are:
Additionally for directories, symlinks and files with an executable bit, Bazaar indicates their type using a trailing character: ‘/’, ‘@’ or ‘*’ respectively. To see ignored files use ‘bzr ignored’. For details on the changes to file texts, use ‘bzr diff’. Note that –short or -S gives status flags for each item, similar to Subversion’s status command. To get output similar to svn -q, use bzr status -SV. If no arguments are specified, the status of the entire working directory is shown. Otherwise, only the status of the specified files or directories is reported. If a directory is given, status is reported for everything inside that directory. Before merges are committed, the pending merge tip revisions are shown. To see all pending merge revisions, use the -v option. To skip the display of pending merge information altogether, use the no-pending option or specify a file/directory. If a revision argument is given, the status is calculated against that revision, or between two revisions if two are provided. |
||||||||||||||||||||||||||
Aliases: | st, stat |
||||||||||||||||||||||||||
See also: |