HXEIH4UQ6EX3MAY33JK4WQUE5GUSZ673OX57JKNFXC2N2QLTXKXAC
self.download_changes(&to_download_, &mut send, &mut change_path_, false)
.await?;
let mut self_ = std::mem::replace(self, RemoteRepo::None);
let t = tokio::spawn(async move {
self_
.download_changes(&to_download_, &mut send, &mut change_path_, false)
.await?;
Ok::<_, anyhow::Error>(self_)
});