Downloading changes from a local channel was not doing anything
Dependencies
- [2]
BNPSVXICFriendlier progress bars - [3]
76PCXGMLPushing to, and pulling from the local repository - [4]
2D7P2VKJChange completions (where the whole progress bar story started) - [5]
UDHP4ZVBFixing SSH asynchronicity issues - [6]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting).
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?;}}