remote-helper: Rework Visibility Modifiers
modified crates/radicle-remote-helper/src/fetch.rs
@@ -9,7 +9,7 @@ use crate::service::GitService;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-remote-helper/src/list.rs
@@ -10,7 +10,7 @@ use radicle::storage::ReadRepository;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -35,7 +35,7 @@ pub enum Error {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-remote-helper/src/main.rs
@@ -40,7 +40,7 @@ use radicle_cli::terminal as cli;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -79,7 +79,7 @@ fn main() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -163,7 +163,7 @@ impl FromStr for Verbosity {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -176,10 +176,7 @@ pub enum Branch {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -194,7 +191,7 @@ impl Branch {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -213,7 +210,7 @@ pub struct Options {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-remote-helper/src/push.rs
@@ -34,7 +34,7 @@ use crate::service::NodeSession;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -250,7 +250,7 @@ impl PushAction {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-remote-helper/src/push/canonical.rs
@@ -14,7 +14,7 @@ impl<'a, 'b, 'r, R> Canonical<'a, 'b, 'r, R>
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -40,7 +40,9 @@ where
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -56,7 +58,7 @@ pub(crate) mod io {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-remote-helper/src/push/error.rs
@@ -3,7 +3,7 @@ use radicle::git::canonical;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -20,7 +20,7 @@ pub enum CanonicalUnrecoverable {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -29,13 +29,13 @@ pub struct GraphDescendant {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|