radicle: rename Issue::assigned -> Issue::assignees
modified radicle-cli/src/commands/issue.rs
@@ -510,7 +510,7 @@ fn list<R: WriteRepository + cob::Store>(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -544,7 +544,7 @@ fn list<R: WriteRepository + cob::Store>(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-cli/src/commands/unassign.rs
@@ -87,7 +87,7 @@ pub fn run(options: Options, ctx: impl term::Context) -> anyhow::Result<()> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-cli/src/terminal/issue.rs
@@ -46,7 +46,7 @@ pub fn show(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-httpd/src/api/json.rs
@@ -105,7 +105,7 @@ pub(crate) fn issue(id: IssueId, issue: Issue, aliases: &impl AliasStore) -> Val
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle/src/cob/issue.rs
@@ -197,7 +197,7 @@ impl Issue {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -922,7 +922,7 @@ mod test {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -934,7 +934,7 @@ mod test {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -963,7 +963,7 @@ mod test {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -971,7 +971,7 @@ mod test {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1057,12 +1057,12 @@ mod test {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|