[][src]Function libpijul::output::output_repository_no_pending

pub fn output_repository_no_pending<T: MutTxnT, R: WorkingCopy, P: ChangeStore>(
    repo: &mut R,
    changes: &P,
    txn: &mut T,
    channel: &mut ChannelRef<T>,
    prefix: &str,
    output_name_conflicts: bool
) -> Result<Vec<Conflict>, Error>

Output updates the working copy after applying changes, including the graph-file correspondence.

WARNING: This overwrites the working copy, cancelling any unrecorded change.