/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to doc/en/user-guide/configuring_bazaar.txt

  • Committer: Jelmer Vernooij
  • Date: 2017-06-08 23:30:31 UTC
  • mto: This revision was merged to the branch mainline in revision 6690.
  • Revision ID: jelmer@jelmer.uk-20170608233031-3qavls2o7a1pqllj
Update imports.

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
Configuration files
60
60
-------------------
61
61
 
62
 
Configuration files are located in ``$HOME/.config/breezy`` on Unix and
 
62
Configuration files are located in ``$HOME/.bazaar`` on Unix and
63
63
``C:\Documents and Settings\<username>\Application Data\Breezy\2.0`` on
64
64
Windows. There are three primary configuration files in this location:
65
65
 
66
 
* ``breezy.conf`` describes default configuration options,
 
66
* ``bazaar.conf`` describes default configuration options,
67
67
 
68
68
* ``locations.conf`` describes configuration information for
69
69
  specific branch locations,
77
77
override one of the values for a branch with a setting that is specific to you,
78
78
then you can do so in ``locations.conf``.
79
79
 
80
 
Here is sample content of ``breezy.conf`` after setting an email address using
 
80
Here is sample content of ``bazaar.conf`` after setting an email address using
81
81
the ``whoami`` command::
82
82
 
83
83
  [DEFAULT]
107
107
 
108
108
  * the current ``branch.conf`` is searched next,
109
109
 
110
 
  * ``breezy.conf`` is searched next,
 
110
  * ``bazaar.conf`` is searched next,
111
111
 
112
112
  * finally, some options can have default values generally defined in the
113
113
    code itself and not displayed by ``brz config`` (see `Configuration
123
123
    parent_location = bzr+ssh://bazaar.launchpad.net/+branch/brz/
124
124
    nickname = config-modify
125
125
    push_location = bzr+ssh://bazaar.launchpad.net/~vila/brz/config-modify/
126
 
  breezy:
 
126
  bazaar:
127
127
    debug_flags = hpss,
128
128
 
129
129
Each configuration file is associated with a given scope whose name is
157
157
 
158
158
  brz config --all .*opt
159
159
 
160
 
  breezy:
 
160
  bazaar:
161
161
    [DEFAULT]
162
162
    opt = {other_opt}/subdir
163
163
    other_opt = root