You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make a change on one of the files in the PR on the PR branch and commit it, but don't push.
Make another change to the file and don't commit it.
In the "Changes" view, right click on the file you made changes on. Verify that you see 2 new "Compare" commands: "Compare Base With Pull Request Head (readonly)" and "Compare Pull Request Head with Local".
Run the "Compare Base With Pull Request Head (readonly)" action. Verify that the diff that opens only contains changes that are on the remote PR branch. Your commit and you working state should not be included. (left is merge base, right is PR head)
Run the "Compare Pull Request Head with Local" action. Verify that the diff that opens only contains changes between the PR remote head and your local file state. (left is PR head, right is local file state)
Refs: #4720
Complexity: 2
Create Issue