~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

Refactor status display code.

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
 
 
124
121
  TESTING:
125
122
 
126
123
    * Fix selftest asking for passwords when there are no SFTP keys.  
147
144
      If adding a new test script please add that to
148
145
      bzrlib.tests.blackbox.__init__. (Robert Collins)
149
146
 
150
 
    * Much better error message if one of the test suites can't be 
151
 
      imported.  (Martin Pool)
152
 
 
153
147
  INTERNALS:
154
148
 
155
149
    * WorkingTree.pull has been split across Branch and WorkingTree,