The title pretty much says it all.
Show me all submissions...
To a depot path (e.g. //Proj/top/subtop/...)
By a specific user (sclause)
With description containing a specific word ("reindeer")
p4 cli or p4v
The title pretty much says it all.
Show me all submissions...
To a depot path (e.g. //Proj/top/subtop/...)
By a specific user (sclause)
With description containing a specific word ("reindeer")
p4 cli or p4v
The first two requirements can be passed as arguments to the
p4 changescommand:Since descriptions aren't indexed you'll need to do your own post-processing for that part. Using
grepis a little tricky since change descriptions can span multiple lines and you'd have to string together multiple statements to capture the word match and then associate it with the change number; I'd probably use Python and do something like: