bin/ui: Rename patch types
modified bin/commands/patch/list.rs
@@ -27,7 +27,7 @@ use super::common::PatchOperation;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -121,12 +121,12 @@ pub struct AppState {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -139,13 +139,11 @@ impl TryFrom<&Context> for App {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -196,7 +194,7 @@ impl store::Update<Message> for App {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -215,8 +213,8 @@ impl store::Update<Message> for App {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
modified bin/ui/items/patch.rs
@@ -15,7 +15,7 @@ use radicle::cob::thread::Comment;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -47,11 +47,11 @@ use super::format;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -66,11 +66,11 @@ pub struct PatchItem {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -90,7 +90,7 @@ impl PatchItem {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -136,21 +136,21 @@ impl ToRow<9> for PatchItem {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -192,7 +192,7 @@ impl Filter<PatchItem> for PatchItemFilter {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1177,9 +1177,9 @@ mod tests {
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|