Add `--head COUNT` for `rad sync status`
1 failed
(1 total)
View logs
modified CHANGELOG.md
@@ -24,6 +24,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/src/commands/sync.rs
@@ -40,7 +40,7 @@ pub fn run(args: Args, ctx: impl term::Context) -> anyhow::Result<()> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -49,7 +49,7 @@ pub fn run(args: Args, ctx: impl term::Context) -> anyhow::Result<()> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -93,6 +93,7 @@ fn sync_status(
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -113,7 +114,8 @@ fn sync_status(
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/src/commands/sync/args.rs
@@ -167,6 +167,10 @@ pub(super) enum Command {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|