~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/help_topics/__init__.py

  • Committer: Patch Queue Manager
  • Date: 2011-10-14 13:19:35 UTC
  • mfrom: (6182.2.30 ui.confirm)
  • Revision ID: pqm@pqm.ubuntu.com-20111014131935-bcj8kpy7tr9b7rsy
(jelmer) improvements to the interactive text ui framework,
 and make shelf and break-lock use it (Benoit PIERRE)

Show diffs side-by-side

added added

removed removed

Lines of Context:
622
622
BZR_PDB             Control whether to launch a debugger on error.
623
623
BZR_SIGQUIT_PDB     Control whether SIGQUIT behaves normally or invokes a
624
624
                    breakin debugger.
 
625
BZR_TEXTUI_INPUT    Force console input mode for prompts to line-based (instead
 
626
                    of char-based).
625
627
=================== ===========================================================
626
628
"""
627
629