pub fn clone<R, S>(
handle: &mut Handle<R, S>,
limit: FetchLimit,
remote: PublicKey,
) -> Result<FetchResult, Error>Expand description
Clone changes from the remote.
It is expected that the local peer has an empty repository which
they want to populate with the remote’s view of the project.