324
324
bundle_txt, rev_ids = self.create_bundle_text(base_rev_id, rev_id)
326
326
# This should also validate the generated bundle
328
328
repository = self.b1.repository
330
330
# These really should have already been checked when we read the
331
331
# bundle, since it computes the sha1 hash for the revision, which
332
332
# only will match if everything is okay, but lets be explicit about