~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Matt Nordhoff
  • Date: 2009-04-04 02:50:01 UTC
  • mfrom: (4253 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4256.
  • Revision ID: mnordhoff@mattnordhoff.com-20090404025001-z1403k0tatmc8l91
Merge bzr.dev, fixing conflicts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Configuration Settings
2
2
=======================
3
3
 
4
 
.. TODO: Should have some explanation of why you'd want things in
5
 
.. branch.conf.
6
 
 
7
 
 
8
4
Environment settings
9
5
---------------------
10
6
 
228
224
Common variable options
229
225
-----------------------
230
226
 
 
227
debug_flags
 
228
~~~~~~~~~~~
 
229
 
 
230
A comma-separated list of debugging options to turn on.  The same values
 
231
can be used as with the -D command-line option (see `help global-options`).
 
232
For example::
 
233
 
 
234
    debug_flags = hpss
 
235
 
231
236
email
232
237
~~~~~
233
238