node: Rename commands with new "seed" nomenclature
modified radicle-cli/src/commands/clone.rs
@@ -217,7 +217,7 @@ pub fn clone<G: Signer>(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-cli/src/commands/follow.rs
@@ -98,7 +98,7 @@ pub fn follow(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-cli/src/commands/unfollow.rs
@@ -76,7 +76,7 @@ pub fn run(options: Options, ctx: impl term::Context) -> anyhow::Result<()> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-cli/src/project.rs
@@ -60,7 +60,7 @@ pub fn track(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -73,7 +73,7 @@ pub fn track(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-cli/tests/commands.rs
@@ -261,7 +261,7 @@ fn rad_id() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -316,8 +316,8 @@ fn rad_id_multi_delegate() {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -544,7 +544,7 @@ fn rad_patch_checkout_force() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -699,8 +699,8 @@ fn rad_clean() {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -769,7 +769,7 @@ fn rad_clone() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -791,7 +791,7 @@ fn rad_clone_all() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -873,8 +873,8 @@ fn rad_clone_connect() {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -1105,7 +1105,7 @@ fn test_cob_replication() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1165,8 +1165,8 @@ fn test_cob_deletion() {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -1229,8 +1229,8 @@ fn rad_sync() {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -1359,7 +1359,7 @@ fn rad_remote() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-node/src/control.rs
@@ -120,7 +120,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -128,7 +128,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -136,7 +136,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -144,7 +144,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -297,14 +297,14 @@ mod tests {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
modified radicle-node/src/runtime/handle.rs
@@ -201,25 +201,25 @@ impl radicle::node::Handle for Handle {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-node/src/test/handle.rs
@@ -60,15 +60,15 @@ impl radicle::node::Handle for Handle {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -79,7 +79,7 @@ impl radicle::node::Handle for Handle {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-node/src/tests/e2e.rs
@@ -163,7 +163,7 @@ fn test_replication() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -229,7 +229,7 @@ fn test_replication_ref_in_sigrefs() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -283,8 +283,8 @@ fn test_replication_invalid() {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -314,7 +314,7 @@ fn test_migrated_clone() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -367,7 +367,7 @@ fn test_dont_fetch_owned_refs() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -412,9 +412,9 @@ fn test_fetch_followed_remotes() {
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -450,8 +450,8 @@ fn test_missing_remote() {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -477,8 +477,8 @@ fn test_fetch_preserve_owned_refs() {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -526,7 +526,7 @@ fn test_clone() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -584,7 +584,7 @@ fn test_fetch_up_to_date() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -615,7 +615,7 @@ fn test_large_fetch() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -688,10 +688,10 @@ fn test_concurrent_fetches() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -801,8 +801,8 @@ fn test_non_fastforward_sigrefs() {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -875,8 +875,8 @@ fn test_outdated_sigrefs() {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -892,7 +892,7 @@ fn test_outdated_sigrefs() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -934,7 +934,7 @@ fn test_outdated_sigrefs() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -966,8 +966,8 @@ fn test_outdated_delegate_sigrefs() {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -983,7 +983,7 @@ fn test_outdated_delegate_sigrefs() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1023,9 +1023,7 @@ fn test_outdated_delegate_sigrefs() {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -1054,8 +1052,8 @@ fn missing_default_branch() {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
modified radicle/src/node.rs
@@ -412,21 +412,21 @@ pub enum Command {
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -775,15 +775,15 @@ pub trait Handle: Clone + Sync + Send {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -981,29 +981,29 @@ impl Handle for Node {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|