[local] formatting
Dependencies
- [2]
DO2Y5TY5Tag synchronisation - [3]
N5XHCYVTRemove use of unsafe - [4]
ORVORQWW[local] Fix compilation - [5]
M5FK3ABTComplete dependencies when pushing and pulling - [6]
QQS7LII4Add value hints to arguments - [7]
5IIVIXY5Correct typo in help message - [8]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting). - [9]
MU5GSJAWPartial push and pull (WARNING: breaks the existing protocol) - [10]
AEPEFS7OWrite help for each argument - [11]
V4T4SC7OTesting binary diff - [12]
5HF7C67Mpush/pull: fixed "changes" arguments
Change contents
- replacement in pijul/src/commands/pushpull.rs at line 176
full: bool, // This can't be symmetric with pushfull: bool,// This can't be symmetric with push - replacement in pijul/src/commands/pushpull.rs at line 696
let n = if let CS::Change(n) = n { n } else { continue };let n = if let CS::Change(n) = n {n} else {continue;}; - replacement in libpijul/src/tests/diff.rs at line 28[5.1138]→[5.1138:1230](∅→∅),[5.1230]→[3.81:108](∅→∅),[3.108]→[5.1290:1301](∅→∅),[5.1290]→[5.1290:1301](∅→∅)
contents.extend((&mut rng).sample_iter(&Alphanumeric).take(80),);contents.extend((&mut rng).sample_iter(&Alphanumeric).take(80)); - replacement in libpijul/src/tests/diff.rs at line 63
let mut ret = retrieve(&*txn.read(), txn.read().graph(&*channel.read()), vertex, false)?;let mut ret = retrieve(&*txn.read(),txn.read().graph(&*channel.read()),vertex,false,)?;