How do I display a particular changelist number in p4v?

Viewed 62302

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.

6 Answers

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...

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

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...).

Related