~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-04-24 05:42:49 UTC
  • mfrom: (2423.3.8 breakin)
  • Revision ID: pqm@pqm.ubuntu.com-20070424054249-bpkw4wwywqjt2nel
Press C-\ to break into pdb

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
    * Merge directives can now be supplied as input to `merge` and `pull`,
6
6
      like bundles can.  (Aaron Bentley)
7
7
 
 
8
    * Sending the SIGQUIT signal to bzr, which can be done on Unix by
 
9
      pressing Control-Backslash, drops bzr into a debugger.  Type `c`
 
10
      to continue.  This can be disabled by setting the environment variable
 
11
      BZR_SIGQUIT_PDB=0.  (Martin Pool)
 
12
 
8
13
    * selftest now supports --list-only to list tests instead of running
9
14
      them. (Ian Clatworthy)
10
15