Use PR head/base metadata in direct :Forge pr edit #201
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#201
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?
Problem
Direct ":Forge pr edit " can still show the current local branch in compose metadata instead of the PR head branch.
That makes the edit buffer metadata misleading when the local checkout does not match the PR head context.
Expected
The PR edit compose flow should show the actual PR head/base metadata for the PR being edited, not whatever local branch happens to be checked out.
Fixed on main by the direct PR edit metadata update in #203, which uses fetched PR head/base details instead of the current local branch context.