~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Martin Pool
  • Date: 2007-04-24 04:51:31 UTC
  • mto: This revision was merged to the branch mainline in revision 2450.
  • Revision ID: mbp@sourcefrog.net-20070424045131-gyjo7l8oa99ndyrv
Add BZR_SIGQUIT_PDB=0 option to disable breakin.

Split tests for this into test_breakin, and make them a bit more robust.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 
8
8
    * Sending the SIGQUIT signal to bzr, which can be done on Unix by
9
9
      pressing Control-Backslash, drops bzr into a debugger.  Type `c`
10
 
      to continue.  (Martin Pool)
 
10
      to continue.  This can be disabled by setting the environment variable
 
11
      BZR_SIGQUIT_PDB=0.  (Martin Pool)
11
12
 
12
13
  INTERNALS:
13
14