~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/help_topics/en/configuration.txt

  • Committer: Ian Clatworthy
  • Date: 2009-01-30 08:32:26 UTC
  • mto: (3995.8.1 prepare-1.12)
  • mto: This revision was merged to the branch mainline in revision 4007.
  • Revision ID: ian.clatworthy@canonical.com-20090130083226-osn2cqtua7ltzvgs
tweak configuration settings help

Show diffs side-by-side

added added

removed removed

Lines of Context:
178
178
The main configuration file, bazaar.conf
179
179
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
180
180
 
181
 
``bazaar.conf`` only allows one
182
 
section called ``[DEFAULT]``. This default section contains the default
 
181
``bazaar.conf`` allows two sections: ``[DEFAULT]`` and ``[ALIASES]``.
 
182
The default section contains the default
183
183
configuration options for all branches. The default section can be
184
184
overriden by providing a branch-specific section in ``locations.conf``.
185
185
 
244
244
``BZR_EDITOR``, and overrides the ``VISUAL`` and ``EDITOR`` environment
245
245
variables.
246
246
 
 
247
log_format
 
248
~~~~~~~~~~
 
249
 
 
250
The default log format to use. Standard log formats are ``long``, ``short``
 
251
and ``line``. Additional formats may be provided by plugins. The default
 
252
value is ``long``.
 
253
 
247
254
check_signatures
248
255
~~~~~~~~~~~~~~~~
249
256