p4v - How to find all the Pending CLs in Perforce that contain a file in shelved mode? -
i have started using perforce , have made lot of pending changelists have files shelved.
i trying find specific change in file.
is possible can narrow down search changelists have file in shelved mode ?
it great if give substring searched automatically in file of changelists or in changelists. possible ?
you can use changes command, , specify user, status, , file. running p4 changes -u <username> -s shelved //path/to/file
should return list of changelists specified user have file shelved.
Comments
Post a Comment