~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 01:02:52 UTC
  • mfrom: (5861.1.11 no-remember-for-all)
  • Revision ID: pqm@pqm.ubuntu.com-20110518010252-kt8qh7jykm18djt1
(vila) Generalises the --no-remember support for send/pull/push (Vincent
 Ladeuil)

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