Module libpijul::record

source ·
Expand description

Hunk a change from a pristine and a working copy.

Structs

  • A change in the process of being recorded. This is typically created using Builder::new.
  • The result of recording a change:

Enums

  • Algorithm used to compute the diff.
  • An account of the files that have been added, moved or deleted, as returned by record, and used by apply (when applying a change created locally) to update the trees and inodes databases.