~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Andrew Bennetts
  • Date: 2009-10-08 01:55:33 UTC
  • mto: This revision was merged to the branch mainline in revision 4732.
  • Revision ID: andrew.bennetts@canonical.com-20091008015533-pfzig4dpr3kqt2cc
Add NEWS entry.

Show diffs side-by-side

added added

removed removed

Lines of Context:
157
157
  See also <https://answers.launchpad.net/bzr/+faq/703>.
158
158
  (Martin Pool, #406113, #430529)
159
159
 
 
160
* Secondary errors that occur during Branch.unlock and Repository.unlock
 
161
  no longer obscure the original error.  These methods now use a new
 
162
  decorator, ``only_raises``.  This fixes many causes of
 
163
  ``TooManyConcurrentRequests`` and similar errors.
 
164
  (Andrew Bennetts, #429747)
 
165
 
 
166
 
160
167
Documentation
161
168
*************
162
169