~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

Merge pt1 hooks branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
133
133
For further information on how rules are searched and the detailed syntax of
134
134
the relevant files, see `Rules <../user-reference/index.html#rules>`_
135
135
in the Bazaar User Reference.
 
136
 
 
137
 
 
138
Escaping command lines
 
139
----------------------
 
140
 
 
141
When you give a program name or command line in configuration, you can quote
 
142
to include special characters or whitespace.  The same rules are used across
 
143
all platforms.
 
144
 
 
145
The rules are: strings surrounded by double-quotes are interpreted as single
 
146
"words" even if they contain whitespace, and backslash may be used to quote
 
147
quotation marks.  For example::
 
148
 
 
149
    BZR_EDITOR="C:\Program Files\My Editor\myeditor.exe"