Visual Studio 2022 extension for making quick TFVC merges.
Pick a changeset and merge it directly to selected target branch:
Get the extension from here and double clik on the VSIX file.
- Microsoft Visual Studio 2022 installed
- .NET Framework 4.8 or later installed
-
Direct access from Pending Changes page in Visual Studio
-
Find changeset by:
-
See found changeset details when clicked on a link
-
Set default merge comment format. Go to Tools/Options in VS and look for Merge Now settings section.
-
Advanced menu:
-
Combined merge - merge a changeset to several target branches and check-in all at once. Comment will be amended with all target branch names, instead of beaing replaced.
-
Clear Pending Changes - clears comment, clears associated workitems and excludes all pending changes. Won't undo pending changes.
-