rename review plugin slash command to /jj-review to avoid built-in conflict
This commit is contained in:
@@ -691,11 +691,11 @@ export const tui: TuiPlugin = async (api) => {
|
||||
inJjRepo
|
||||
? [
|
||||
{
|
||||
title: "Review code changes",
|
||||
value: "review",
|
||||
title: "Review code changes (jj)",
|
||||
value: "jj-review",
|
||||
description:
|
||||
"Working-copy, bookmark, change, PR, or folder",
|
||||
slash: { name: "review" },
|
||||
slash: { name: "jj-review" },
|
||||
onSelect: () => showReviewSelector(),
|
||||
},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user