cli: Amend jj tests
Update the output of rad_jj_colocated_patch so that it passes with the current version of jj being used:
jj --version
jj 0.35.0
Mark rad_jj_bare as ignore since it currently cannot determine the
RID from the rad remote.
3 files changed
+7
-7
378365aa
→
b4707e55
modified crates/radicle-cli/examples/jj-init-bare.md
@@ -2,11 +2,8 @@ We initialize Jujutusu for our repository for use with a bare Git repo.
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
|
|
| + | |
|
|
|
|
|
@@ -16,4 +13,4 @@ $ cd heartwood.jj
|
|
|
|
|
|
| - | |
|
|
| + | |
modified crates/radicle-cli/examples/jj-init-colocate.md
@@ -5,6 +5,8 @@ $ jj git init --colocate
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
| - | |
|
|
| + | |
| + | |
modified crates/radicle-cli/tests/commands/jj.rs
@@ -2,6 +2,7 @@ use crate::util::environment::Environment;
|
|
|
|
|
|
| + | |
|
|
|
|
|