470
467
# FIXME JRV 2011-12-15: Shouldn't we try both values for lossy ?
471
468
for path, obj, ie in self._revision_to_objects(rev, tree, lossy=(not self.mapping.roundtripping)):
472
469
if isinstance(obj, Commit):
477
471
ie = { "testament3-sha1": testament3.as_sha1() }
478
472
updater.add_object(obj, ie, path)
479
473
commit_obj = updater.finish()