modified bin/commands/patch.rs
@@ -9,20 +9,23 @@ use std::ffi::OsString;
|
|
|
|
|
|
| + | |
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -233,7 +236,7 @@ pub async fn run(options: Options, ctx: impl terminal::Context) -> anyhow::Resul
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -245,7 +248,7 @@ pub async fn run(options: Options, ctx: impl terminal::Context) -> anyhow::Resul
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -255,9 +258,61 @@ pub async fn run(options: Options, ctx: impl terminal::Context) -> anyhow::Resul
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
| - | |
|
|
|
|
|
@@ -272,9 +327,41 @@ pub async fn run(options: Options, ctx: impl terminal::Context) -> anyhow::Resul
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified bin/commands/patch/review.rs
@@ -77,7 +77,7 @@ pub struct Args(String);
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -492,14 +492,14 @@ impl<'a> store::Update<Message> for App<'a> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified bin/commands/patch/review/builder.rs
@@ -19,10 +19,12 @@ use std::str::FromStr;
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -441,7 +443,7 @@ pub struct ReviewBuilder<'a, G> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -452,7 +454,7 @@ pub struct ReviewBuilder<'a, G> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -477,9 +479,6 @@ impl<'a, G: Signer> ReviewBuilder<'a, G> {
|
|
|
|
|
|
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -489,9 +488,6 @@ impl<'a, G: Signer> ReviewBuilder<'a, G> {
|
|
|
|
|
|
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -546,7 +542,7 @@ impl<'a, G: Signer> ReviewBuilder<'a, G> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -597,7 +593,7 @@ impl<'a, G: Signer> ReviewBuilder<'a, G> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -703,13 +699,13 @@ impl<'a, G: Signer> ReviewBuilder<'a, G> {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -723,14 +719,14 @@ enum Error {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -738,7 +734,7 @@ impl CommentBuilder {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -752,7 +748,7 @@ impl CommentBuilder {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|