[][src]Module libpijul::record

Record a change from a pristine and a working copy.

Structs

Builder

A change in the process of being recorded. This is typically created using RecordState::new.

Recorded

The result of recording a change:

Enums

Algorithm

Algorithm used to compute the diff.

InodeUpdate

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.