Radish alpha
r
Radicle terminal user interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
feat(patch): Reactivates review operation
Erik Kundt committed 1 year ago
commit de547fa54d3ffe886237b48d6383988fa7f1d931
parent 335458de8b8d2ed3dfe20de941b449a10b9d90c0
1 file changed +1 -2
modified bin/commands/patch.rs
@@ -191,8 +191,7 @@ impl Args for Options {
                }
                Value(val) if op == OperationName::List => match val.to_string_lossy().as_ref() {
                    "list" => op = OperationName::List,
-
                    // TODO(erikli): Enable if interface was fixed.
-
                    // "review" => op = OperationName::Review,
+
                    "review" => op = OperationName::Review,
                    _ => op = OperationName::Other,
                },
                Value(val) if patch_id.is_none() => {