~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-04-23 08:35:38 UTC
  • mfrom: (5176.1.1 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20100423083538-2fokv22a7e596kmb
(vila) Warn if a config variable can't be interpreted as a boolean

Show diffs side-by-side

added added

removed removed

Lines of Context:
495
495
~~~~~~~~~~~~~~~~~~~~~
496
496
 
497
497
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``.
 
498
removed.  A branch with this setting enabled can only pull from another
 
499
branch if the other branch's log is a longer version of its own.  This is
 
500
normally set by ``bzr init --append-revisions-only``. If you set it
 
501
manually, use either 'True' or 'False' (case-sensitive) to maintain
 
502
compatibility with previous bzr versions (older than 2.2).
501
503
 
502
504
parent_location
503
505
~~~~~~~~~~~~~~~