Do not output files introduced by patches that were not applied during a push
[?]
Jan 17, 2021, 11:33 AM
44BN7FWSIXKG75IJUTCXLJE7VANNQFPRHQXTPLQHFU7AKGLSPQRACDependencies
- [2]
MU5GSJAWPartial push and pull (WARNING: breaks the existing protocol) - [3]
M5FK3ABTComplete dependencies when pushing and pulling - [4]
BE7GUCI2Completing dependencies only with changes the remote does not have - [5]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting). - [6]
PCEJFKFXProgress bar for upload and apply - [7]
BBKV6VMNFixing push/pull messages, and do not reverse the changes to download/upload
Change contents
- replacement in pijul/src/commands/pushpull.rs at line 378
let to_download = remotelet mut to_download = remote - replacement in pijul/src/commands/pushpull.rs at line 397
let d = loop {to_download = loop { - replacement in pijul/src/commands/pushpull.rs at line 407
let progress = indicatif::ProgressBar::new(d.len() as u64);let progress = indicatif::ProgressBar::new(to_download.len() as u64); - replacement in pijul/src/commands/pushpull.rs at line 412
for h in d.iter() {for h in to_download.iter() {