cm find

Use the cm find query system to get specific information about objects in your version control system, such as changesets, branches, labels, merges, and more. You can also use the find command to customize the views in the GUI. This query system is similar to SQL in terms of syntax, but it doesn't allow JOINs, so you have to use a custom string to select the attributes that you want to return per result.

For more information, refer to the Unity Version Control (UVCS) CLI reference documentation for cm find or run cm find --help. To get a complete list of objects you can find, run the cm showfindobjects command.

TopicDescription
SyntaxUnderstand the syntax for your cm find queries.
Find branchesFind and filter branches.
Find changesetsFind and filter changesets and changeset comments.
Find replication logsFind and filter replication operations.
Find labelsFind and filter labels.
Find attributesFind and filter attributes.
Find revisionsFind and filter revisions.
Find mergesFind, filter, and track merges.
Find code reviewsFind information about the status of a code review.
Find shelvesFind and filter shelves.