# Perforce Public Depot Jobs # # Job: The job name. 'new' generates a sequenced job number. # Status: Job status; [open/closed/suspended]. Required # Project: The project this job is for [none/cdsp4/jam/p4hl] Optional. # Severity: [A/B/C] (A is highest) Required. # ReportedBy The user who created the job. Can be changed. # ReportedDate: The date the job was created. Automatic. # ModifiedBy: The user who last modified this job. Automatic. # ModifiedDate: The date this job was last modified. Automatic. # OwnedBy: The owner, responsible for doing the job. Optional. # Description: Description of the job. Required. # DevNotes: Developer's comments. Optional. Job: job000025 Status: open Project: none Severity: C ReportedBy: jay_han ReportedDate: 2003/03/04 16:54:24 ModifiedBy: shawn_hladky ModifiedDate: 2008/04/13 13:00:54 Description: @2826 p4 changes -m10 works okay but p4 -G changes -m10 lists 2826, 2825, and 2824. For whatever reason p4 -G returns fewer than 10 changes. Now @2829 it seems to be back to normal... Should I ask support@perforce.com or not?