Hi all,
I'm trying to get all the changelists submitted between two dates. For that,
I run
p4 -l changes @date1, at date2.
Unfortunately, this doesn't return the name of the files affected (the
description of the changelist) by those changelists.
Is there an easy way to get this all together thru a command line or do I
need to parse the output of the 'p4 changes ...' command, get the number of
the changelist and then extract the needed information by issuing a 'p4
describe on the changelist number' ?
Thanks for your help,
Peter