~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

resolve conflicts against trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
BZR_PROGRESS_BAR
20
20
~~~~~~~~~~~~~~~~
21
21
 
22
 
Override the progress display.  Possible values are "none", "dots", "tty"
 
22
Override the progress display.  Possible values are "none" or "text".  If
 
23
the value is "none" then no progress bar is displayed.  The value "text" draws
 
24
the ordinary command line progress bar.
23
25
 
24
26
BZR_SIGQUIT_PDB
25
27
~~~~~~~~~~~~~~~
557
559
parent_location
558
560
~~~~~~~~~~~~~~~
559
561
 
560
 
If present, the location of the default branch for pull or merge.
561
 
This option is normally set by ``pull --remember`` or ``merge
 
562
If present, the location of the default branch for pull or merge.  This option
 
563
is normally set when creating a branch, the first ``pull`` or by ``pull
562
564
--remember``.
563
565
 
564
566
push_location
565
567
~~~~~~~~~~~~~
566
568
 
567
569
If present, the location of the default branch for push.  This option
568
 
is normally set by ``push --remember``.
 
570
is normally set by the first ``push`` or ``push --remember``.
569
571
 
570
572
push_strict
571
573
~~~~~~~~~~~
610
612
executable may omit its path if it can be found on the PATH.
611
613
 
612
614
The following markers can be used in the command-line to substitute filenames
613
 
involved in the merge conflict:
614
 
 
615
 
{base}      file.BASE
616
 
{this}      file.THIS
617
 
{other}     file.OTHER
618
 
{result}    output file
619
 
{this_temp} temp copy of file.THIS, used to overwrite output file if merge
620
 
            succeeds.
621
 
 
622
 
For example:
 
615
involved in the merge conflict::
 
616
 
 
617
  {base}      file.BASE
 
618
  {this}      file.THIS
 
619
  {other}     file.OTHER
 
620
  {result}    output file
 
621
  {this_temp} temp copy of file.THIS, used to overwrite output file if merge
 
622
              succeeds.
 
623
 
 
624
For example::
623
625
 
624
626
  bzr.mergetool.kdiff3 = kdiff3 {base} {this} {other} -o {result}
625
627
 
626
628
bzr.default_mergetool
627
 
~~~~~~~~~~~~~~~~~
 
629
~~~~~~~~~~~~~~~~~~~~~
628
630
 
629
631
Specifies which external merge tool (as defined above) should be selected by
630
632
default in tools such as ``bzr qconflicts``.
631
633
 
632
 
For example:
 
634
For example::
633
635
 
634
636
  bzr.default_mergetool = kdiff3