Module diff

Module diff 

Source
Expand description

Recursively lists differences between two directory nodes.

Structs§

TreeDiff
A diff between two trees, treating files as atomic units

Enums§

TreeDiffOperation
An operation made between two revisions on a single directory entry

Functions§

tree_diff_dirs
Compute a tree diff between the old and new trees rooted in the nodes supplied, which are required to be directory nodes.