~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

Status tests include unicode character.

Make it work by going to an encoded temporary file, not a StringIO.

Show diffs side-by-side

added added

removed removed

Lines of Context:
118
118
    * Keep a cached copy of the basis inventory to speed up operations 
119
119
      that need to refer to it.  (Johan Rydberg, Martin Pool)
120
120
 
 
121
    * Fix bugs in bzr status display of non-ascii characters.  (Martin 
 
122
      Pool)
 
123
 
121
124
  TESTING:
122
125
 
123
126
    * Fix selftest asking for passwords when there are no SFTP keys.