/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: Jelmer Vernooij
  • Date: 2011-05-18 10:24:05 UTC
  • mfrom: (5889 +trunk)
  • mto: This revision was merged to the branch mainline in revision 5903.
  • Revision ID: jelmer@samba.org-20110518102405-isallt5uet1afh4f
merge bzr.dev.

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
~~~~~~~~~~~
603
603
executable may omit its path if it can be found on the PATH.
604
604
 
605
605
The following markers can be used in the command-line to substitute filenames
606
 
involved in the merge conflict:
607
 
 
608
 
{base}      file.BASE
609
 
{this}      file.THIS
610
 
{other}     file.OTHER
611
 
{result}    output file
612
 
{this_temp} temp copy of file.THIS, used to overwrite output file if merge
613
 
            succeeds.
614
 
 
615
 
For example:
 
606
involved in the merge conflict::
 
607
 
 
608
  {base}      file.BASE
 
609
  {this}      file.THIS
 
610
  {other}     file.OTHER
 
611
  {result}    output file
 
612
  {this_temp} temp copy of file.THIS, used to overwrite output file if merge
 
613
              succeeds.
 
614
 
 
615
For example::
616
616
 
617
617
  bzr.mergetool.kdiff3 = kdiff3 {base} {this} {other} -o {result}
618
618
 
619
619
bzr.default_mergetool
620
 
~~~~~~~~~~~~~~~~~
 
620
~~~~~~~~~~~~~~~~~~~~~
621
621
 
622
622
Specifies which external merge tool (as defined above) should be selected by
623
623
default in tools such as ``bzr qconflicts``.
624
624
 
625
 
For example:
 
625
For example::
626
626
 
627
627
  bzr.default_mergetool = kdiff3