pub fn import_bundle(
repo_path: &Path,
input: &Path,
strategy: &dyn MergeStrategy,
) -> Result<BundleReport>Expand description
Fetch and merge notes from a portable .bundle file.
pub fn import_bundle(
repo_path: &Path,
input: &Path,
strategy: &dyn MergeStrategy,
) -> Result<BundleReport>Fetch and merge notes from a portable .bundle file.