[p4] fstat -F (filter)
P4Sam
perforce-user-forum at forums.perforce.com
Tue May 12 09:40:01 PDT 2015
Posted on behalf of forum user 'P4Sam'.
I expect that when those two are combined it finds the #>have,#head list
first and then applies the -e change filter to those results. (The
"#>have" is in "p4 help undoc" -- not a very common
syntax but seemed like it might be useful here.) It may be easier to
just chain a couple of commands together rather than trying to get fstat to do
everything in one shot:
p4 -F "files %depotFile%#>have,head" opened -c <pending
change> | p4 -F %depotFile% -x - run
--
Please click here to see the post in its original format:
http://forums.perforce.com/index.php?/topic/4076-fstat-f-filter
More information about the perforce-user
mailing list