/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: John Arbash Meinel
  • Date: 2009-07-08 14:37:25 UTC
  • mfrom: (4516 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4517.
  • Revision ID: john@arbash-meinel.com-20090708143725-sc9sjy3mz4cxwxzz
Merge bzr.dev 4516

Show diffs side-by-side

added added

removed removed

Lines of Context:
404
404
If present, the location of the default branch for push.  This option
405
405
is normally set by ``push --remember``.
406
406
 
 
407
push_strict
 
408
~~~~~~~~~~~
 
409
 
 
410
If present, defines the ``--strict`` option default value for checking
 
411
uncommitted changes before pushing.
 
412
 
407
413
bound_location
408
414
~~~~~~~~~~~~~~
409
415
 
415
421
 
416
422
If set to "True", the branch should act as a checkout, and push each commit to
417
423
the bound_location.  This option is normally set by ``bind``/``unbind``.
 
424
 
 
425
send_strict
 
426
~~~~~~~~~~~
 
427
 
 
428
If present, defines the ``--strict`` option default value for checking
 
429
uncommitted changes before sending a merge directive.
 
430