Radish alpha
h
rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5
Radicle Heartwood Protocol & Stack
Radicle
Git
radicle: Compile `rad::fork_remote` only for tests
Fintan Halpenny committed 1 month ago
commit 759a6fb98221d222ce515619a5526292a78d3995
parent 7bac171
1 file changed +1 -0
modified crates/radicle/src/rad.rs
@@ -165,6 +165,7 @@ pub enum ForkError {
}

/// Create a local tree for an existing project, from an existing remote.
+
#[cfg(any(test, feature = "test"))]
pub fn fork_remote<G, S>(
    proj: RepoId,
    remote: &RemoteId,