Sophie

Sophie

distrib > Mageia > 5 > i586 > by-pkgid > 27647990744ebd9cfe32398f37f67e20 > files > 2832

bzr-2.6.0-11.1.mga5.i586.rpm

info
====

:Purpose: Show information about a working tree, branch or repository.
:Usage:   bzr info [LOCATION]

:Options:
  --usage        Show usage message and options.
  -q, --quiet    Only display errors and warnings.
  -v, --verbose  Display more information.
  -h, --help     Show help message.

:Description:
  This command will show all known locations and formats associated to the
  tree, branch or repository.
  
  In verbose mode, statistical information is included with each report.
  To see extended statistic information, use a verbosity level of 2 or
  higher by specifying the verbose option multiple times, e.g. -vv.
  
  Branches and working trees will also report any missing revisions.

:Examples:
  Display information on the format and related locations:

    bzr info

  Display the above together with extended format information and
  basic statistics (like the number of files in the working tree and
  number of revisions in the branch and repository):

    bzr info -v

  Display the above together with number of committers to the branch:

    bzr info -vv

:See also: :doc:`repositories <repositories-help>`, :doc:`revno <revno-help>`, :doc:`working-trees <working-trees-help>`