/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

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

  • Committer: Aaron Bentley
  • Date: 2010-04-26 23:36:26 UTC
  • mfrom: (5185 +trunk)
  • mto: This revision was merged to the branch mainline in revision 5186.
  • Revision ID: aaron@aaronbentley.com-20100426233626-6f66brvtpldo0syf
Merged bzr.dev into fix-switch-branch.

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
~~~~~~~~~~~~~~~