~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

Fix up assert with sideeffects in CompressedTextStore._copy_one

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 
20
20
    * SFTP can walk up to the root path without index errors. (Robert Collins)
21
21
 
 
22
    * Fix bugs in running bzr with 'python -O'.  (Martin Pool)
 
23
 
22
24
  TESTING:
23
25
 
24
26
    * Fix selftest asking for passwords when there are no SFTP keys.  
25
27
      (Robey Pointer, Jelmer Vernooij) 
26
28
 
 
29
    * Fix selftest run with 'python -O'.  (Martin Pool)
 
30
 
27
31
  INTERNALS:
28
32
 
29
33
    * WorkingTree.pull has been split across Branch and WorkingTree,