Sophie

Sophie

distrib > Fedora > 16 > x86_64 > by-pkgid > a99c463cccd19ab912401d5eb4e6ee20 > files > 278

bzr-doc-2.4.2-1.fc16.noarch.rpm

config
======

:Purpose: Display, set or remove a configuration option.
:Usage:   bzr config [NAME]

:Options:
  --all                 Display all the defined values for the matching
                        options.
  -v, --verbose         Display more information.
  -q, --quiet           Only display errors and warnings.
  --remove              Remove the option from the configuration file
  -d ARG, --directory=ARG
                        Branch to operate on, instead of working directory
  --usage               Show usage message and options.
  --scope=ARG           Reduce the scope to the specified configuration file
  -h, --help            Show help message.

:Description:
  Display the active value for a given option.
  
  If --all is specified, NAME is interpreted as a regular expression and all
  matching options are displayed mentioning their scope. The active value
  that bzr will take into account is the first one displayed for each option.
  
  If no NAME is given, --all .* is implied.
  
  Setting a value is achieved by using name=value without spaces. The value
  is set in the most relevant scope and can be checked by displaying the
  option again.

:See also: :doc:`configuration <configuration-help>`