~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-10-28 01:08:22 UTC
  • mfrom: (4744.3.6 robust-cleanup-in-commit)
  • Revision ID: pqm@pqm.ubuntu.com-20091028010822-2qrdd38w5rcfki8s
(andrew) Add bzrlib.cleanup.OperationWithCleanups,
        and use it to make commit.py simpler and more robust.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
 
28
28
* Diff parsing handles "Binary files differ" hunks.  (Aaron Bentley, #436325)
29
29
 
 
30
* Errors during commit are handled more robustly so that knock-on errors
 
31
  are less likely to occur, and will not obscure the original error if
 
32
  they do occur.  This fixes some causes of ``TooManyConcurrentRequests``
 
33
  and similar errors.  (Andrew Bennetts, #429747, #243391)
 
34
 
30
35
* Fetching from stacked pre-2a repository via a smart server no longer
31
36
  fails intermittently with "second push failed to complete".
32
37
  (Andrew Bennetts, #437626)