title | titleSuffix | description | ms.assetid | ms.technology | ms.topic | ms.date | monikerRange |
---|---|---|---|---|---|---|---|
Find and view changesets |
Azure Repos |
Find and view changesets |
bf36f78e-231a-46a1-94e4-4b44852f30b0 |
devops-code-tfvc |
conceptual |
12/17/2021 |
<= azure-devops |
[!INCLUDE version-lt-eq-azure-devops] [!INCLUDE version-vs-gt-2013]
When you check in your changes, they are stored on the server as a changeset. Changesets contain the history of each item in version control.
You can view a changeset to see what the exact file changes were, discover the owner's comments, find linked work items, and see if any policy warnings were triggered.
You must be one of the Contributors for your project. To learn more, see Default TFVC permissions.
-
In Source Control Explorer, press Ctrl + G.
The Go to Changeset dialog box appears.
Type the number of the changeset and choose OK.
If you don't know the number, choose Find. See Find a changeset.
-
In Solution Explorer or Source Control Explorer, browse to the folder or file, open its shortcut menu, and choose View History.
-
In the History window, select the row that contains the changeset for which you want to view details, open its shortcut menu, and then choose Changeset Details.
:::row::: :::column span="1"::: Tip :::column-end::: :::row-end:::
:::row::: :::column span="1":::
-
You can
undock the Pending Changes page from Team Explorer and open it in a new window.
-
You can toggle between tree and list view from the Actions menu (Visual Studio 2013) or View Options menu (Visual Studio 2015).
:::column-end::: :::row-end:::
-
In Source Control Explorer, on the menu bar, choose File, Source Control, Find, Find Changesets.
The Find Changesets dialog box appears.
-
(Optional) In Containing file, select Browse.
-
(Optional) In the By User box, type the alias or the name of the project team member who is associated with the changeset.
-
(Optional) In the Range section, choose one of the following options:
-
All changes Retrieves all changesets that were applied to that file or folder.
-
Changeset number Retrieves changesets from a range of numbers. In the from and to boxes, type the range.
-
Created date Retrieves changesets from a range of dates. In the between and and boxes, use the calendars to specify start and end dates.
-
-
Choose Find.
Changesets that match your criteria appear in the Results list.
-
Right-click the changeset for which you want information, and select Changeset Details...
The Details for Changeset dialog box appears.
-
In the Details for Changeset dialog box, view the change types that were added and any comments, work items, check-in notes, and policy warnings that are associated with the changeset.
-
Close the Details for Changeset dialog box.
-
Choose OK.
The Changeset Details view in Team Explorer has links to perform the following tasks:
-
Rollback to remove the effects of the changeset. See Roll back changesets.
-
Track to determine which branches have and have not received a set of changes. See View where and when changesets have been merged.
-
Actions, Request Review to request a code review.
-
Actions, Open in Browser to view the changeset in your browser (for example, if you want to copy the URL into an email to discuss the change with your team).
To find a changeset from the command prompt:
c:\users\jamal\workspaces\fabrikam>tf changeset
To view or modify changesets and to learn about other options, see Changeset Command.
-
You can download the version of a file in a changeset. See Download (get) files from the Server.
-
You can add a link between a changeset and one or more work items. See Manage dependencies, link work items to support traceability.