~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/help_topics/__init__.py

Show diffs side-by-side

added added

removed removed

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