patch/list: Use RID instead of repo in app context
modified bin/commands/patch.rs
@@ -377,7 +377,7 @@ mod interface {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified bin/commands/patch/list.rs
@@ -3,11 +3,12 @@ use std::sync::{Arc, Mutex};
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -102,7 +103,7 @@ type Selection = tui::Selection<PatchOperation>;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -181,7 +182,8 @@ impl TryFrom<&Context> for App {
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|