pub fn fetch_all(
cwd: &Path,
tx: &dyn Transport,
remote: &str,
) -> Result<usize, DispatchError>Expand description
fetch_all_with with signature verification on — the CLI’s default
(issue #692). Existing in-process callers (the integration-test suite)
that construct only validly-signed histories are unaffected.