~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/configuration.txt

  • Committer: Aaron Bentley
  • Date: 2007-02-16 07:02:19 UTC
  • mfrom: (2292 +trunk)
  • mto: (2255.6.1 dirstate)
  • mto: This revision was merged to the branch mainline in revision 2322.
  • Revision ID: aaron.bentley@utoronto.ca-20070216070219-b22k0gwnisnxawnk
Merged bzr.dev (17 tests failing)

Show diffs side-by-side

added added

removed removed

Lines of Context:
181
181
 
182
182
    gpg_signing_command = /usr/bin/gnpg
183
183
 
 
184
 
 
185
Branch 6 Options
 
186
================
 
187
 
 
188
These options apply only to branches that use the "experimental-branch6"
 
189
format.  They are usually set in .bzr/branch/branch.conf automatically, but
 
190
may be manually set in locations.conf or bazaar.conf
 
191
 
 
192
append_revisions_only
 
193
---------------------
 
194
If set to "True", then revisions can only be appended to the log, not removed.
 
195
A branch with this setting enabled can only pull from another branch if the
 
196
other branch's log is a longer version of its own.
 
197
 
 
198
This is normally set by ``bzr init --append-revisions-only``.
 
199
 
 
200
parent_location
 
201
---------------
 
202
If present, the location of the default branch for pull or merge.
 
203
 
 
204
This is normally set by ``pull --remember`` or ``merge --remember``
 
205
 
 
206
push_location
 
207
-------------
 
208
If present, the location of the default branch for push.  This is normally
 
209
set by ``push --remember``.
 
210
 
 
211
bound_location
 
212
--------------
 
213
The location that commits should go to when acting as a checkout.  (Normally
 
214
set by ``bind``)
 
215
 
 
216
bound
 
217
-----
 
218
If set to "True", the branch should act as a checkout, and push each commit to
 
219
the bound_location.  (Normally set by ``bind``/``unbind``.)