Downloading changes from a local channel was not doing anything
Dependencies
- [2]
BNPSVXICFriendlier progress bars - [3]
UDHP4ZVBFixing SSH asynchronicity issues - [4]
2D7P2VKJChange completions (where the whole progress bar story started) - [5]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting). - [6]
76PCXGMLPushing to, and pulling from the local repository
Change contents
- replacement in pijul/src/remote/mod.rs at line 1094
RemoteRepo::LocalChannel(_) => {}RemoteRepo::LocalChannel(_) => {while let Some(c) = hashes.recv().await {send.send((c, true)).await?;}}