/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: Andrew Bennetts
  • Date: 2008-11-27 06:29:56 UTC
  • mfrom: (3861 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3863.
  • Revision ID: andrew.bennetts@canonical.com-20081127062956-v0a19icwk85iosx4
Merge bzr.dev.

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()
248
248
            child_pb.finished()
249
249
 
250
250
    def _fetch_revision_texts(self, revs, pb):
 
251
        # fetch signatures first and then the revision texts
251
252
        # may need to be a InterRevisionStore call here.
252
253
        to_sf = self.to_repository.signatures
253
254
        from_sf = self.from_repository.signatures