~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Aaron Bentley
  • Date: 2010-05-10 11:34:20 UTC
  • mfrom: (5218 +trunk)
  • mto: This revision was merged to the branch mainline in revision 5221.
  • Revision ID: aaron@aaronbentley.com-20100510113420-toh2d5yioobb5uq1
Merged bzr.dev into transform-commit-full.

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
 
60
60
Path to the editor Bazaar should use for commit messages, etc.
61
61
 
 
62
BZR_LOG
 
63
~~~~~~~
 
64
 
 
65
Location of the Bazaar log file. You can check the current location by
 
66
running ``bzr version``.
 
67
 
 
68
The log file contains debug information that is useful for diagnosing or
 
69
reporting problems with Bazaar.
 
70
 
 
71
Setting this to ``NUL`` on Windows or ``/dev/null`` on other platforms
 
72
will disable logging.
 
73
 
 
74
 
62
75
BZR_PLUGIN_PATH
63
76
~~~~~~~~~~~~~~~
64
77
 
495
508
~~~~~~~~~~~~~~~~~~~~~
496
509
 
497
510
If set to "True" then revisions can only be appended to the log, not
498
 
removed.  A branch with this setting enabled can only pull from
499
 
another branch if the other branch's log is a longer version of its
500
 
own.  This is normally set by ``bzr init --append-revisions-only``.
 
511
removed.  A branch with this setting enabled can only pull from another
 
512
branch if the other branch's log is a longer version of its own.  This is
 
513
normally set by ``bzr init --append-revisions-only``. If you set it
 
514
manually, use either 'True' or 'False' (case-sensitive) to maintain
 
515
compatibility with previous bzr versions (older than 2.2).
501
516
 
502
517
parent_location
503
518
~~~~~~~~~~~~~~~