/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: John Arbash Meinel
  • Date: 2008-07-08 14:55:19 UTC
  • mfrom: (3530 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3532.
  • Revision ID: john@arbash-meinel.com-20080708145519-paqg4kjwbpgs2xmq
Merge bzr.dev 3530

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
 
34
34
Each branch can also contain a configuration file that sets values specific
35
35
to that branch. This file is found at ``.bzr/branch/branch.conf`` within the
36
 
branch. This file is visible to **all users of a branch**. If you wish to override
37
 
one of the values for a branch with a setting that is specific to you, then you
38
 
can do so in ``locations.conf``.
 
36
branch. This file is visible to **all users of a branch**. If you wish to
 
37
override one of the values for a branch with a setting that is specific to you,
 
38
then you can do so in ``locations.conf``.
39
39
 
40
40
Here is sample content of ``bazaar.conf`` after setting an email address using
41
41
the ``whoami`` command::
46
46
For further details on the syntax and configuration settings supported, see
47
47
`Configuration Settings <../user-reference/bzr_man.html#configuration-settings>`_
48
48
in the Bazaar User Reference.
 
49
 
 
50
 
 
51
Rule-based preferences
 
52
----------------------
 
53
 
 
54
Some commands and plugins provide custom processing on files matching
 
55
certain patterns. Branch-specific and per-user rule-based preferences
 
56
are defined in ``.bzrrules`` and ``BZR_HOME/rules`` respectively.
 
57
 
 
58
For further information on how rules are searched and the detailed syntax of
 
59
the relevant files, see `Rules <../user-reference/bzr_man.html#rules>`_
 
60
in the Bazaar User Reference.