[p4] How to search multiple CL' s in perforce merged to a future branch
Sambwise <[email protected]> Thu, 29 Mar 2018 09:30:01 -0700
| Newsgroups | gmane.comp.version-control.perforce |
|---|---|
| Message-ID | <[email protected]> |
Posted on behalf of forum user 'Sambwise'. There isn't a single command to do this so you'll need to script it. For each changelist do "p4 filelog @=CHANGE", then grep for "... ... (.*) into (.*)" lines, then "p4 changes -m1 $1" for each file revision you get out of that, then sort/unique the results. (Recurse if desired.) -- 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