/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/bzr_commit_handler.py

  • Committer: Breezy landing bot
  • Author(s): Jelmer Vernooij
  • Date: 2018-03-25 00:09:22 UTC
  • mfrom: (6855.3.4 bees)
  • Revision ID: breezy.the.bot@gmail.com-20180325000922-me9zmwqekxft9d91
Add more bees in places, get more tests to pass on Python 3.

Merged from https://code.launchpad.net/~jelmer/brz/bees/+merge/337908

Show diffs side-by-side

added added

removed removed

Lines of Context:
380
380
            try:
381
381
                self.record_new(path, ie)
382
382
            except:
383
 
                print "failed to add path '%s' with entry '%s' in command %s" \
384
 
                    % (path, ie, self.command.id)
385
 
                print "parent's children are:\n%r\n" % (ie.parent_id.children,)
 
383
                print("failed to add path '%s' with entry '%s' in command %s" \
 
384
                    % (path, ie, self.command.id))
 
385
                print("parent's children are:\n%r\n" % (ie.parent_id.children,))
386
386
                raise
387
387
        else:
388
388
            if old_ie.kind == 'directory':