/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: Canonical.com Patch Queue Manager
  • Date: 2008-04-24 05:19:08 UTC
  • mfrom: (3377.1.1 bzr.ab.integration)
  • Revision ID: pqm@pqm.ubuntu.com-20080424051908-kyhfubgxkuvu5bqc
Add documentation of ignore command (nmb)

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
identifier you want::
14
14
 
15
15
    % bzr whoami "Your Name <email@example.com>"
16
 
 
 
16
 
17
17
If ``whoami`` is used without an argument, the current value is displayed.
18
18
 
19
19
Configuration files
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
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``.
 
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``.
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. Per-user rule-based preferences are defined in
56
 
``BZR_HOME/rules``.
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.