I want to get diffs on files in a specific pending changelist. I wish I could do this:
p4 diff -c 999
Can someone help me string together some csh magic to make this happen?
Maybe take the output of p4 opened -c 999
and piping it to p4 diff
?
Shelve the changes in the pending changelist, then run
p4 describe -S -du 999