modified radicle-cli/src/commands/edit.rs
@@ -4,7 +4,7 @@ use std::str::FromStr;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -86,7 +86,7 @@ pub fn run(options: Options, ctx: impl term::Context) -> anyhow::Result<()> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle/src/identity.rs
@@ -162,7 +162,7 @@ mod test {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -214,7 +214,7 @@ mod test {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -228,7 +228,7 @@ mod test {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -242,7 +242,7 @@ mod test {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -259,7 +259,7 @@ mod test {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle/src/identity/doc.rs
@@ -17,9 +17,8 @@ use crate::crypto;
|
|
|
|
|
|
| - | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -45,8 +44,6 @@ pub enum DocError {
|
|
|
|
|
|
| - | |
| - | |
|
|
|
|
|
@@ -166,41 +163,35 @@ impl Doc<Verified> {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
modified radicle/src/rad.rs
@@ -14,7 +14,7 @@ use crate::identity::project::Project;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -65,9 +65,8 @@ pub fn init<G: Signer>(
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -81,7 +80,7 @@ pub fn init<G: Signer>(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle/src/storage.rs
@@ -17,6 +17,7 @@ use crate::collections::HashMap;
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -46,6 +47,8 @@ impl From<PublicKey> for Namespaces {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
modified radicle/src/storage/git.rs
@@ -212,6 +212,20 @@ impl Repository {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|