~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/help_topics/__init__.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2011-08-21 11:35:35 UTC
  • mfrom: (6089.1.1 trunk)
  • Revision ID: pqm@pqm.ubuntu.com-20110821113535-5pi9vz6tx6wdf62m
(vila) Merge 2.4 into trunk (including fix for #614713, #735417,
 #609187 and #812928) (Vincent Ladeuil)

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.