Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
radicle: Compile `rad::fork_remote` only for tests
Fintan Halpenny committed 2 months ago
commit 759a6fb98221d222ce515619a5526292a78d3995
parent 7bac17146c40b32b2ce0e27b96a555a44f3ef2ba
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,