89
89
rev = ForeignRevision(commit.id, self, self.revision_id_foreign_to_bzr(commit.id))
90
90
rev.parent_ids = tuple([self.revision_id_foreign_to_bzr(p) for p in commit.parents])
91
91
rev.message = escape_commit_message(commit.message.decode("utf-8", "replace"))
93
93
if commit.committer != commit.author:
95
95
rev.timestamp = commit.commit_time