Daryl Spitzer
Daryl Spitzer

Reputation: 149324

How do I display a particular changelist number in p4v?

When viewing submitted changelists in p4v, is there a way to display a particular changelist number? That is, how I do the equivalent of p4 describe in p4v? Can I filter for a particular changelist number? I don't see how.

Upvotes: 95

Views: 72894

Answers (6)

user100766
user100766

Reputation:

And of course for the keyboard freaks ("mouse? I don't need no mouse") you can hit CTRL + G.

Upvotes: 41

Gabe Weiss
Gabe Weiss

Reputation: 3332

Note for this, in the newest version of P4V, the "Pending" and "Submitted" change types are combined in the goto dialog. Now there is just "Changelist" and it figures out which one it is by the number you enter.

Upvotes: 2

user3268059
user3268059

Reputation: 1

Also we can view @ tab "Search" -> Go To.. in newer versions of P4V. AS mentioned above or "Ctlr+G "

Upvotes: 0

Dilip
Dilip

Reputation: 91

Hi All, It I used CTRL + G and then I was prmopted to provide the change list number.

Please note you have to select the options from Scroll down Menu.

In this case it is:

  1. Submitted Change List
  2. Pending change list
  3. Branch Mapping
  4. Label
  5. Workspace
  6. User
  7. Job

Upvotes: 9

Eric Lechner
Eric Lechner

Reputation: 1596

Search > Go To... In the dialog, you can go to a submitted changelist by number.

In my version of P4, this is under Edit > Go To...

Upvotes: 148

Ian C.
Ian C.

Reputation: 3953

Like Eric, I use Edit > Go To...

Optionally, in the History pane on the left side of the window, you can double click on a changelist in the list and it'll open the details for just that changelist in a new window (same window you'll see with Edit > Go To...).

Upvotes: 2

Related Questions