modified bin/commands/patch.rs
@@ -11,6 +11,7 @@ use std::ffi::OsString;
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -52,6 +53,7 @@ Other options
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -75,6 +77,7 @@ impl Args for Options {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -118,6 +121,13 @@ impl Args for Options {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -129,7 +139,7 @@ impl Args for Options {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -174,6 +184,7 @@ pub async fn run(options: Options, _ctx: impl terminal::Context) -> anyhow::Resu
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified src/common/cob/patch.rs
@@ -125,14 +125,7 @@ pub fn all(profile: &Profile, repository: &Repository) -> Result<Vec<(PatchId, P
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|