Rename PR diff actions to review #82
Labels
No labels
bug
documentation
duplicate
enhancement
fugitive
good first issue
help wanted
invalid
question
v0.1.0
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/forge.nvim#82
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
The PR picker currently exposes review as a
diffaction. That undersells what the feature is trying to be and keeps the plugin's terminology inconsistent.Goals
difftoreviewScope
diffthat are really review semanticsNotes
This should be terminology and UX cleanup, not a redesign of the underlying review engine.
Part of #63.
Closing as completed. PR review is now the first-class term in the picker and command surface, and :Forge pr diff is kept only as a legacy alias for :Forge pr review. That matches the scope described here.