~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

(andrew) Fix AttributeError in RemoteBranch.lock_write after
        lock_read. (#582781)

Show diffs side-by-side

added added

removed removed

Lines of Context:
108
108
* Reduce peak memory by one copy of compressed text.
109
109
  (John Arbash Meinel, #566940)
110
110
 
 
111
* ``RemoteBranch.lock_write`` raises ``ReadOnlyError`` if called during a
 
112
  read lock, rather than causing an ``AttributeError``.
 
113
  (Andrew Bennetts, Данило Шеган, #582781)
 
114
 
111
115
* Selftest was failing with testtools 0.9.3, which caused an
112
116
  AssertionError raised from a cleanUp to be reported as a Failure, not an
113
117
  Error, breaking on of our test hygiene tests.