remote-helper: Don't allow opening an empty patch
modified radicle-cli/examples/rad-patch-via-push.md
@@ -222,3 +222,15 @@ $ rad patch show b8ab1c9
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
modified radicle-remote-helper/src/push.rs
@@ -71,6 +71,9 @@ pub enum Error {
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -259,6 +262,9 @@ fn patch_open<G: Signer>(
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|