cli: show revision on rad patch checkout
Help the user know which revision they currently have checked out when
running rad patch checkout.
8 files changed
+20
-16
325289d2
→
7ddb1119
modified radicle-cli/examples/rad-patch-checkout-force.md
@@ -27,7 +27,7 @@ $ rad sync -f
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -81,7 +81,7 @@ $ rad patch checkout aa45913 --name alice-init
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-cli/examples/rad-patch-checkout-revision.md
@@ -40,7 +40,7 @@ So, let's checkout the previous revision, `0c0942e2`:
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-cli/examples/rad-patch-checkout.md
@@ -31,7 +31,7 @@ Now, let's checkout the patch that we just created:
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -41,7 +41,7 @@ as long as we haven't made changes to it.
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-cli/examples/rad-patch-pull-update.md
@@ -67,7 +67,7 @@ Alice checks it out.
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-cli/examples/rad-patch.md
@@ -147,7 +147,7 @@ Now, let's checkout the patch that we just created:
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-cli/examples/rad-push-and-pull-patches.md
@@ -13,7 +13,7 @@ $ git rev-parse HEAD
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-cli/examples/workflow/5-patching-maintainer.md
@@ -52,7 +52,7 @@ changes.
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-cli/src/commands/patch/checkout.rs
@@ -42,11 +42,14 @@ pub fn run(
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -88,8 +91,9 @@ pub fn run(
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|