Deduplicate lists of pulled patches
Dependencies
- [2]
5UQO4QKBPulling patches from a remote that we know of, but do not yet have on the channel - [3]
RM225IDQExchanging tagged states over SSH - [4]
22JKXA5HFormatting - [5]
DO2Y5TY5Tag synchronisation - [*]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting).
Change contents
- edit in pijul/src/remote/mod.rs at line 724
let mut to_download_ = HashSet::new(); - replacement in pijul/src/remote/mod.rs at line 736
to_download.push(CS::Change(h));let h = CS::Change(h);if to_download_.insert(h.clone()) {to_download.push(h);} - replacement in pijul/src/remote/mod.rs at line 749
to_download.push(ch.clone());if to_download_.insert(ch.clone()) {to_download.push(ch.clone());}