Simplifying pijul::remote::PushDelta
Dependencies
- [2]
IVLLXQ5ZImproved push/pull reporting - [3]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting). - [4]
CCLLB7OIUpgrading to Sanakirja 0.15 + version bump - [5]
76PCXGMLPushing to, and pulling from the local repository - [6]
K4CVMIUKDo not present changes we know as "unknown" on the remote
Change contents
- replacement in "pijul/src/remote/mod.rs" at line 151
pub(crate) struct PushDelta<T: MutTxnTExt + TxnTExt> {pub(crate) struct PushDelta { - edit in "pijul/src/remote/mod.rs" at line 153
pub remote_ref: Option<RemoteRef<T>>, - replacement in "pijul/src/remote/mod.rs" at line 200
) -> Result<PushDelta<MutTxn<()>>, anyhow::Error> {) -> Result<PushDelta, anyhow::Error> { - edit in "pijul/src/remote/mod.rs" at line 227
remote_ref: self.remote_ref, - replacement in "pijul/src/remote/mod.rs" at line 242
) -> Result<PushDelta<MutTxn<()>>, anyhow::Error> {) -> Result<PushDelta, anyhow::Error> { - edit in "pijul/src/remote/mod.rs" at line 292
remote_ref: self.remote_ref, - replacement in "pijul/src/commands/pushpull.rs" at line 147
) -> Result<PushDelta<MutTxn<()>>, anyhow::Error> {) -> Result<PushDelta, anyhow::Error> {