~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: 2011-05-18 10:55:12 UTC
  • mfrom: (5887.1.1 trivial_close_earlier)
  • Revision ID: pqm@pqm.ubuntu.com-20110518105512-8rhaqw4g6a8pnjuo
(jameinel) Close file objects a bit earlier in _seek_and_read. Helps PyPy's
 lazy collector. (Martin [gz])

Show diffs side-by-side

added added

removed removed

Lines of Context:
550
550
parent_location
551
551
~~~~~~~~~~~~~~~
552
552
 
553
 
If present, the location of the default branch for pull or merge.
554
 
This option is normally set by ``pull --remember`` or ``merge
 
553
If present, the location of the default branch for pull or merge.  This option
 
554
is normally set when creating a branch, the first ``pull`` or by ``pull
555
555
--remember``.
556
556
 
557
557
push_location
558
558
~~~~~~~~~~~~~
559
559
 
560
560
If present, the location of the default branch for push.  This option
561
 
is normally set by ``push --remember``.
 
561
is normally set by the first ``push`` or ``push --remember``.
562
562
 
563
563
push_strict
564
564
~~~~~~~~~~~