pub fn diff_trees<S: ObjectStore + ?Sized>(
store: &S,
from: &ContentHash,
to: &ContentHash,
) -> Result<FileChangeSet, Error>Expand description
Collect all file changes between two trees.
pub fn diff_trees<S: ObjectStore + ?Sized>(
store: &S,
from: &ContentHash,
to: &ContentHash,
) -> Result<FileChangeSet, Error>Collect all file changes between two trees.