modified radicle-cli/examples/rad-init.md
@@ -3,19 +3,19 @@ To create your first radicle project, navigate to a git repository, and run
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -27,5 +27,5 @@ Projects can be listed with the `ls` command:
|
|
|
|
|
|
| - | |
| + | |
|
modified radicle-cli/src/commands/checkout.rs
@@ -110,8 +110,8 @@ pub fn execute(options: Options, profile: &Profile) -> anyhow::Result<PathBuf> {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
modified radicle-cli/src/commands/clone.rs
@@ -101,7 +101,7 @@ pub fn clone(id: Id, _interactive: Interactive, ctx: impl term::Context) -> anyh
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-crypto/src/test/signer.rs
@@ -8,12 +8,16 @@ pub struct MockSigner {
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle-httpd/src/api/v1/delegates.rs
@@ -40,7 +40,7 @@ async fn delegates_projects_handler(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle/src/identity.rs
@@ -9,7 +9,7 @@ use thiserror::Error;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle/src/identity/project.rs
@@ -68,24 +68,6 @@ impl DocError {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -105,7 +87,7 @@ pub struct Doc<V> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -125,13 +107,9 @@ impl Doc<Verified> {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -233,7 +211,7 @@ impl Doc<Unverified> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -252,7 +230,7 @@ impl Doc<Unverified> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -289,15 +267,6 @@ impl Doc<Unverified> {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -471,7 +440,7 @@ impl Identity<Untrusted> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -498,6 +467,7 @@ mod test {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -507,6 +477,35 @@ mod test {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -559,7 +558,7 @@ mod test {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -573,7 +572,7 @@ mod test {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle/src/rad.rs
@@ -59,11 +59,7 @@ pub fn init<G: Signer>(
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -348,7 +344,7 @@ mod tests {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -403,13 +399,7 @@ mod tests {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
modified radicle/src/storage/git.rs
@@ -500,7 +500,7 @@ impl ReadRepository for Repository {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle/src/test/arbitrary.rs
@@ -10,7 +10,7 @@ use qcheck::Arbitrary;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -57,21 +57,12 @@ impl Arbitrary for Did {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -91,16 +82,11 @@ impl Arbitrary for Doc<Verified> {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|