~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

Merge bzr.dev 5887, to get the update_basis_by_delta changes

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