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