BE7GUCI2N6TX3P2HRMFSH7XLJKILDPOKOXKA7HWOABBFNKCKMZLAC
M5FK3ABTKBDG6HHW32G7UKRJEJQKD2U7BPXNZ3HVHBKULWVV6CTQC
SXEYMYF7P4RZMZ46WPL4IZUTSQ2ATBWYZX7QNVMS3SGOYXYOHAGQC
let comp = complete_deps(&repo.changes, &to_upload, &d)?;
let comp = complete_deps(&txn, &remote_changes, &repo.changes, &to_upload, &d)?;
let comp = complete_deps(&repo.changes, &to_download, &d)?;
let comp = complete_deps(&txn, &None, &repo.changes, &to_download, &d)?;
fn complete_deps<C: ChangeStore>(
fn complete_deps<T: TxnT, C: ChangeStore>( txn: &T, remote_changes: &Option<libpijul::RemoteRef<T>>,
fn complete_deps<T: TxnT, C: ChangeStore>(
txn: &T,
remote_changes: &Option<libpijul::RemoteRef<T>>,
if let Some(ref rem) = remote_changes { if txn.remote_has_change(rem, d) { continue; } }
if let Some(ref rem) = remote_changes {
if txn.remote_has_change(rem, d) {
continue;
}