Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
todo list: Remove MR and Issue lookups
While looking at some other code I discovered that type Todo contains a type TodoTarget which contains the information that I was pulling from the MR and Issue lookups. These lookups can be dropped and the code is simplified, there are fewer API calls, and 'lab todo list --pretty' is faster. Remove the MR and Issue lookups with the --pretty option. Signed-off-by: Prarit Bhargava <[email protected]>
- Loading branch information