Don't output after pushing to a local channel
[?]
Nov 23, 2020, 6:01 PM
VMPAOJS2ZFOLNXALHWSVM5AFENWX6ZUACB45EJV3HXI7DQNAZPHQCDependencies
- [2]
76PCXGMLPushing to, and pulling from the local repository - [3]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting).
Change contents
- replacement in pijul/src/remote/local.rs at line 103
upload_changes(&store, &mut repo, &mut txn, &mut channel, changes)?;upload_changes(&store, &mut txn, &mut channel, changes)?;txn.output_repository_no_pending(&mut repo, &store, &mut channel, "", true)?; - edit in pijul/src/remote/local.rs at line 140
W: libpijul::working_copy::WorkingCopy, - edit in pijul/src/remote/local.rs at line 142
repo: &mut W, - edit in pijul/src/remote/local.rs at line 150
txn.output_repository_no_pending(repo, store, channel, "", true)?; - replacement in pijul/src/commands/pushpull.rs at line 105
let mut repo = Repository::find_root(self.repo_path)?;let repo = Repository::find_root(self.repo_path)?; - edit in pijul/src/commands/pushpull.rs at line 240
&mut repo.working_copy,