~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

Updated NEWS

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
      location in the ~/.bazaar/branches.conf configuration file.
18
18
      (Robert Collins)
19
19
 
 
20
    * Test directories are only kept if the test fails and the user requests
 
21
      that they be kept.
 
22
 
 
23
    * Tweaks to short log printing
 
24
 
 
25
    * Added branch nicks, new nick command, printing them in log output
 
26
 
20
27
  BUG FIXES:
21
28
 
22
29
    * SFTP can walk up to the root path without index errors. (Robert Collins)
23
30
 
24
31
    * Fix bugs in running bzr with 'python -O'.  (Martin Pool)
25
32
 
 
33
    * Error when run with -OO
 
34
 
26
35
    * Fix bug in reporting http errors that don't have an http error code.
27
36
      (Martin Pool)
28
37
 
 
38
    * Handle more cases of pipe errors in display commands
 
39
 
 
40
    * Change status to 3 for all errors
 
41
 
29
42
  TESTING:
30
43
 
31
44
    * Fix selftest asking for passwords when there are no SFTP keys.