3 messages in com.perforce.perforce-user[p4] Getting Changelist descriptions...
FromSent OnAttachments
Peter Theunis28 Aug 2000 12:28 
Heather Van Steenburgh28 Aug 2000 13:04 
Dave Lewis28 Aug 2000 14:10 
Subject:[p4] Getting Changelist descriptions...
From:Peter Theunis (pet@bitlocker.com)
Date:08/28/2000 12:28:03 PM
List:com.perforce.perforce-user

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