~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2011-02-03 02:22:57 UTC
  • mfrom: (5639.1.2 doc-lint-2.4)
  • Revision ID: pqm@pqm.ubuntu.com-20110203022257-caoghu6higq98tak
(spiv) Link to What's New in 2.4 (rather than 2.3) in doc index,
 and add missing comma in doc. (Andrew Bennetts)

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"