/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/fetch.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-11-12 06:21:44 UTC
  • mfrom: (3825.4.5 abort_write_group-error)
  • Revision ID: pqm@pqm.ubuntu.com-20081112062144-ywv4r28hbhmhpp3c
Fix TooManyConcurrentRequests from abort_write_group in fetch.py
        (Andrew Bennetts)

Show diffs side-by-side

added added

removed removed

Lines of Context:
109
109
                try:
110
110
                    self.__fetch()
111
111
                except:
112
 
                    self.to_repository.abort_write_group()
 
112
                    self.to_repository.abort_write_group(suppress_errors=True)
113
113
                    raise
114
114
                else:
115
115
                    self.to_repository.commit_write_group()