Re: [p4] How to search multiple CL' s in perforce merged to a future branch

Sambwise <[email protected]> Sun, 1 Apr 2018 08:05:01 -0700
Newsgroups gmane.comp.version-control.perforce
Message-ID <[email protected]>
Posted on behalf of forum user 'Sambwise'.

Here's a quick shell script to do it for a range of changes in a particular
stream (if you have some other way of specifying your 50 changes you'll need
to modify this to read them from a file or something):

p4 -F "[@%how%@]%fromFile%%fromRev%" filelog
//DEPOT/STREAM/...@FIRST,LAST | grep @.*into@ | sed -e s/@.*@// | p4 -x -
changes -m1 | sort -u



--
Please click here to see the post in its original format:
  http://forums.perforce.com/index.php?/topic/5670-how-to-search-multiple-cls-in-perforce-merged-to-a-future-branch
_______________________________________________
perforce-user mailing list  -  [email protected]
http://maillist.perforce.com/mailman/listinfo/perforce-user