~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/help_topics/__init__.py

  • Committer: Vincent Ladeuil
  • Date: 2011-08-21 09:24:01 UTC
  • mfrom: (6015.9.15 2.4)
  • mto: This revision was merged to the branch mainline in revision 6090.
  • Revision ID: v.ladeuil+lp@free.fr-20110821092401-7fytha1l2060bboe
Merge 2.4 into trunk (including fix for #614713, #735417, #609187 and #812928)

Show diffs side-by-side

added added

removed removed

Lines of Context:
613
613
BZR_LOG (Win32)     Location of .bzr.log (use 'NUL' to suppress log).
614
614
BZR_COLUMNS         Override implicit terminal width.
615
615
BZR_CONCURRENCY     Number of processes that can be run concurrently (selftest)
616
 
BZR_PROGRESS_BAR    Override the progress display. Values are 'none', 'dots',
617
 
                    or 'tty'.
 
616
BZR_PROGRESS_BAR    Override the progress display. Values are 'none' or 'text'.
618
617
BZR_PDB             Control whether to launch a debugger on error.
619
618
BZR_SIGQUIT_PDB     Control whether SIGQUIT behaves normally or invokes a
620
619
                    breakin debugger.