pub fn update_changelist_local_channel(
remote_channel: &str,
txn: &mut MutTxn<()>,
path: &[String],
current_channel: &ChannelRef<MutTxn<()>>,
repo: &Repository,
specific_changes: &[String],
) -> Result<RemoteDelta<MutTxn<()>>, Error>
Expand description
Create a RemoteDelta
for a RemoteRepo::LocalChannel
.
Since this case doesn’t have a local remote cache to worry about,
mainly just calculates the to_download
list of changes.