From 0581c017ae1fa7cd3d553c855c439d40e12357e9 Mon Sep 17 00:00:00 2001 From: Sebastian Martinez Date: Fri, 15 Mar 2024 13:50:28 +0100 Subject: [PATCH] cli: Add `rad patch archive --undo` Allows archived patches to be reverted to open state. --- radicle-cli/src/commands/patch.rs | 17 ++++++++++++++--- radicle-cli/src/commands/patch/archive.rs | 14 ++++++++++++-- radicle/src/cob/patch.rs | 23 +++++++++++++++++++---- 3 files changed, 45 insertions(+), 9 deletions(-) diff --git a/radicle-cli/src/commands/patch.rs b/radicle-cli/src/commands/patch.rs index f75710c9..e8e4fd8e 100644 --- a/radicle-cli/src/commands/patch.rs +++ b/radicle-cli/src/commands/patch.rs @@ -57,7 +57,7 @@ Usage rad patch list [--all|--merged|--open|--archived|--draft|--authored] [--author ]... [