~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

Merge bzr.dev into cleanup

Show diffs side-by-side

added added

removed removed

Lines of Context:
141
141
* Fix stub sftp test server to call os.getcwdu().
142
142
  (Vincent Ladeuil, #526211, #526353)
143
143
 
 
144
* Path conflicts now support --take-this and --take-other even when a
 
145
  deletion is involved.
 
146
  (Vincent Ladeuil, #531967)
 
147
 
144
148
* Network transfer amounts and rates are now displayed in SI units according
145
149
  to the Ubuntu Units Policy <https://wiki.ubuntu.com/UnitsPolicy>.
146
150
  (Gordon Tyler, #514399)
239
243
* Documentation about testing with ``subunit`` has been tweaked.
240
244
  (Robert Collins)
241
245
 
 
246
* Known failures has been added for resolve --take-other on ParentLoop
 
247
  conflicts. This reflects bug #537956 without fixing it.
 
248
  (Vincent Ladeuil)
 
249
 
242
250
* New ``bzrlib.tests.test_import_tariff`` can make assertions about what
243
251
  Python modules are loaded, to guard against startup time or library
244
252
  dependency regressions.