/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 breezy/plugins/fastimport/processors/generic_processor.py

  • Committer: Jelmer Vernooij
  • Date: 2018-02-17 02:02:38 UTC
  • mto: This revision was merged to the branch mainline in revision 6926.
  • Revision ID: jelmer@jelmer.uk-20180217020238-1sarw7txktyw922h
Several more fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
534
534
        try:
535
535
            handler.process()
536
536
        except:
537
 
            print "ABORT: exception occurred processing commit %s" % (cmd.id)
 
537
            print("ABORT: exception occurred processing commit %s" % (cmd.id))
538
538
            raise
539
539
        self.cache_mgr.add_mark(mark, handler.revision_id)
540
540
        self._revision_count += 1