modified crates/radicle-surf/CHANGELOG.md
@@ -13,7 +13,7 @@ changes include:
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-surf/DEVELOPMENT.md
@@ -5,7 +5,7 @@ Thanks for wanting to contribute to `radicle-surf`!
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -52,7 +52,7 @@ of development.
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-surf/README.md
@@ -19,4 +19,4 @@ our [LICENSE](../LICENSE) file.
|
|
|
|
|
|
| - | |
| + | |
modified crates/radicle-surf/docs/denotational-design.md
@@ -11,7 +11,7 @@ and view their differences.
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -64,7 +64,7 @@ type DirectoryContents
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -91,7 +91,7 @@ type SystemType
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-surf/docs/refactor-design.md
@@ -1,7 +1,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -107,7 +107,7 @@ Currently we have multiple types to identify a `Commit` or `Revision`.
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -138,7 +138,7 @@ Our API will use these traits where we expect a `Revision` or a `Commit`.
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -288,7 +288,7 @@ pub struct History<'a> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-surf/src/fs.rs
@@ -227,7 +227,7 @@ impl Ord for Entry {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -296,7 +296,7 @@ impl Entry {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-surf/src/test/last_commit.rs
@@ -13,7 +13,7 @@ fn readme_missing_and_memory() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|