~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: John Arbash Meinel
  • Date: 2008-10-30 00:55:00 UTC
  • mto: (3815.2.5 prepare-1.9)
  • mto: This revision was merged to the branch mainline in revision 3811.
  • Revision ID: john@arbash-meinel.com-20081030005500-r5cej1cxflqhs3io
Switch so that we are using a simple timestamp as the first action.

Show diffs side-by-side

added added

removed removed

Lines of Context:
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.