230
230
def export_commit(self, rev, tree_sha, parent_lookup, roundtrip,
232
232
"""Turn a Bazaar revision in to a Git commit
234
234
:param tree_sha: Tree sha for the commit
235
235
:param parent_lookup: Function for looking up the GIT sha equiv of a
237
237
:param roundtrip: Whether to store roundtripping information.
239
239
:return dulwich.objects.Commit represent the revision:
241
241
from dulwich.objects import Commit