/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: Martin Pool
  • Date: 2010-04-28 07:03:38 UTC
  • mfrom: (5188 +trunk)
  • mto: This revision was merged to the branch mainline in revision 5189.
  • Revision ID: mbp@sourcefrog.net-20100428070338-2af8y3takgfkrkyp
merge news

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