6 messages in com.perforce.perforce-user[p4] default pending changelists
FromSent OnAttachments
Chuck Soper19 Jul 2002 15:53 
Doug Palmer19 Jul 2002 16:09 
Chuck Soper19 Jul 2002 16:47 
Matthew Rice19 Jul 2002 17:20 
Jason Williams19 Jul 2002 17:21 
Gareth Rees21 Jul 2002 02:45 
Subject:[p4] default pending changelists
From:Chuck Soper (chuc@sas.com)
Date:07/19/2002 04:47:25 PM
List:com.perforce.perforce-user

Thanks for your response. Your suggestion definitely works. It would help me if I had some way to quickly figure out what users have non-empty, default changelists open without seeing all of the files. Most of my users use a Perforce plug-in on Windows or Mac so almost everyone uses default changelists. Chuck

On 7/19/02 4:09 PM, "Doug Palmer" <dpalmer at mahinetworks.com> wrote:

You can't display it by change number since there isn't one, but you can get a list of files open in the pending changelists:

Try p4 opened -a | grep default

This will print a list of files in alpha order. If you want it sorted by client you'll need to add a bit more.

DougP

-----Original Message----- From: Chuck Soper [mailto:chuck.soper at sas.com] Sent: Friday, July 19, 2002 3:54 PM To: perforce-user at perforce.com Subject: [p4] default pending changelists

When I execute this line in DOS or MPW (Mac OS 9) only the numbered changelists are displayed: p4 changes -s pending

With P4Win I can see that there are at least eight or ten default (non-numbered) pending changelists. How can I get those changelists to display via command line? Chuck