pub fn verify(dir: &Path) -> Result<Report, String>Expand description
Settles what an export at dir claims: the log verifies, the manifest
describes it, and every ref the log names is in a bundle at that oid.
ยงErrors
Returns a description naming the first disagreement found.