radicle-heartwood-lfs/radicle-cli/examples
Fintan Halpenny 498da296fd
cli: show head on patch opened
Previously, the head of the opened patch would not be displayed, and
so the user could not tell what it was if any updates were applied.

Show the head for the opened revision. The below shows the difference
between before and after, respectively:

```
├─────────────────────────────────────────────────────────────────────┤
│ ● opened by z6MknSL…StBU8Vi (you) now                               │
│ ↑ updated to 8d6692ce2b2219a54d09ccd5feefedb2bae33eba (02bef3f) now │
│ ↑ updated to 8438ab3940316abe65c93982a0a8f39688400359 (9304dbc) now │
╰─────────────────────────────────────────────────────────────────────╯
```

```
├─────────────────────────────────────────────────────────────────────┤
│ ● opened by z6MknSL…StBU8Vi (you) (8b0ea80) now                     │
│ ↑ updated to 8d6692ce2b2219a54d09ccd5feefedb2bae33eba (02bef3f) now │
│ ↑ updated to 8438ab3940316abe65c93982a0a8f39688400359 (9304dbc) now │
╰─────────────────────────────────────────────────────────────────────╯
```

Signed-off-by: Fintan Halpenny <fintan.halpenny@gmail.com>
X-Clacks-Overhead: GNU Terry Pratchett
2024-01-10 15:51:09 +01:00
..
framework cli-test: Update framework with new features 2023-08-04 12:23:49 +02:00
git cli: Improve `rad remote add` 2024-01-08 17:28:01 +01:00
workflow cli: show head on patch opened 2024-01-10 15:51:09 +01:00
rad-auth.md cli: Minor output improvements to `rad auth` 2023-10-11 14:49:37 +02:00
rad-checkout-repo-config-linux.md cli: Add canonical remote to `init` and `checkout` 2023-04-24 15:42:00 +02:00
rad-checkout-repo-config-macos.md cli: Add canonical remote to `init` and `checkout` 2023-04-24 15:42:00 +02:00
rad-checkout.md cli: Add canonical remote to `init` and `checkout` 2023-04-24 15:42:00 +02:00
rad-clean.md radicle: remove repo iff there's no local rad/sigrefs 2023-11-30 10:48:14 +01:00
rad-clone-all.md cli: Improve `rad remote add` 2024-01-08 17:28:01 +01:00
rad-clone-connect.md cli: Don't fork on clone 2023-12-13 12:14:06 +01:00
rad-clone-directory.md cli: allow directory in rad clone 2023-12-14 10:52:04 +01:00
rad-clone-unknown.md node: Rename node `tracking` module 2023-12-06 10:00:45 +01:00
rad-clone.md cli: Don't fork on clone 2023-12-13 12:14:06 +01:00
rad-cob.md radicle: UserInfo for Repository::create 2023-11-09 16:43:34 +01:00
rad-config.md node: Improve flexibility of test environment 2023-12-19 14:15:30 +01:00
rad-diff.md cli: Improve `rad diff` 2023-11-09 13:04:40 +01:00
rad-fetch.md cli: From "tracking" to "seeding" and "following" 2023-12-06 09:56:57 +01:00
rad-fork.md cob: Introduce `xyz.radicle.id` COB 2023-10-12 17:32:33 +02:00
rad-id-conflict.md radicle: UserInfo for Repository::create 2023-11-09 16:43:34 +01:00
rad-id-multi-delegate.md cli: Don't fork on clone 2023-12-13 12:14:06 +01:00
rad-id.md cli: prevent missing delegate being added 2023-11-30 12:20:16 +01:00
rad-init-no-git.md cli: Move `init` errors up so it fails sooner 2023-09-03 17:21:39 +02:00
rad-init-private-clone-seed.md cli: Support `--seed` on `rad clone` 2024-01-03 14:07:19 +01:00
rad-init-private-clone.md cli: Support `--seed` on `rad clone` 2024-01-03 14:07:19 +01:00
rad-init-private.md cli: Add tests for `rad publish` 2023-09-05 11:16:09 +02:00
rad-init-sync-not-connected.md cli: Show URL on `rad init` 2023-12-19 14:15:30 +01:00
rad-init-sync-preferred.md cli: Show URL on `rad init` 2023-12-19 14:15:30 +01:00
rad-init-sync-timeout.md cli: Show URL on `rad init` 2023-12-19 14:15:30 +01:00
rad-init-sync.md cli: Show URL on `rad init` 2023-12-19 14:15:30 +01:00
rad-init-with-existing-remote.md cli: Suggest correct command for pushing 2024-01-05 11:03:24 +01:00
rad-init.md cli: Update tracking without a running node 2023-11-03 17:17:07 +01:00
rad-inspect-noauth.md cli: Improve messaging when config doesn't load 2023-12-13 12:30:11 +01:00
rad-inspect.md cli: Add `rad inspect --sigrefs` command 2023-11-17 16:56:20 +01:00
rad-issue.md cli: sync on patch and issue updates 2023-12-19 14:19:55 +01:00
rad-merge-after-update.md cli: Small change to output for clarity 2024-01-08 17:46:22 +01:00
rad-merge-no-ff.md cli: Tell the user when canonical head is updated 2024-01-05 12:09:30 +01:00
rad-merge-via-push.md cli: show head on patch opened 2024-01-10 15:51:09 +01:00
rad-node.md cli: move seeding behaviour to `rad seed` 2024-01-02 15:23:08 +01:00
rad-patch-ahead-behind.md cli: show head on patch opened 2024-01-10 15:51:09 +01:00
rad-patch-change-base.md cli: show head on patch opened 2024-01-10 15:51:09 +01:00
rad-patch-checkout-force.md cli: Small change to output for clarity 2024-01-08 17:46:22 +01:00
rad-patch-checkout-revision.md cli: show head on patch opened 2024-01-10 15:51:09 +01:00
rad-patch-checkout.md cli: Small change to output for clarity 2024-01-08 17:46:22 +01:00
rad-patch-diff.md cli: Add `rad patch diff` command 2024-01-04 11:49:01 +01:00
rad-patch-draft.md cli: show head on patch opened 2024-01-10 15:51:09 +01:00
rad-patch-edit.md cli: show head on patch opened 2024-01-10 15:51:09 +01:00
rad-patch-fetch-1.md cli: use `git` for anonymous fetch 2024-01-02 15:04:49 +01:00
rad-patch-fetch-2.md remote-helper: Fix `FETCH_HEAD` setting on fetch 2023-11-22 11:29:44 +01:00
rad-patch-merge-draft.md cli: Tell the user when canonical head is updated 2024-01-05 12:09:30 +01:00
rad-patch-pull-update.md cli: show head on patch opened 2024-01-10 15:51:09 +01:00
rad-patch-update.md cli: show head on patch opened 2024-01-10 15:51:09 +01:00
rad-patch-via-push.md cli: show head on patch opened 2024-01-10 15:51:09 +01:00
rad-patch.md cli: show head on patch opened 2024-01-10 15:51:09 +01:00
rad-publish.md cli: Add tests for `rad publish` 2023-09-05 11:16:09 +02:00
rad-push-and-pull-patches.md cli: Small change to output for clarity 2024-01-08 17:46:22 +01:00
rad-remote.md cli: Improve `rad remote add` 2024-01-08 17:28:01 +01:00
rad-review-by-hunk.md cli: sync on patch and issue updates 2023-12-19 14:19:55 +01:00
rad-seed-and-follow.md cli: move seeding behaviour to `rad seed` 2024-01-02 15:23:08 +01:00
rad-self.md node: Make node aliases required 2023-07-11 18:08:59 +02:00
rad-sync-without-node.md cli: From "tracking" to "seeding" and "following" 2023-12-06 09:56:57 +01:00
rad-sync.md cli: Improve `rad sync status` output 2023-12-19 14:14:11 +01:00
rad-unseed.md cli: Improve `rad sync status` output 2023-12-19 14:14:11 +01:00
rad-watch.md cli: Add `watch` command 2023-12-11 12:04:26 +01:00