7 messages in com.perforce.perforce-userChanges since label| From | Sent On | Attachments |
|---|---|---|
| TomB...@ebc.ericsson.se | 23 Nov 1998 23:00 | |
| Davi...@home.chat.net | 24 Nov 1998 00:14 | |
| TomB...@ebc.ericsson.se | 24 Nov 1998 06:48 | |
| TomB...@ebc.ericsson.se | 24 Nov 1998 06:58 | |
| Davi...@home.chat.net | 24 Nov 1998 12:25 | |
| Jerr...@esd.sgi.com | 24 Nov 1998 14:10 | |
| Dave...@vignette.com | 24 Nov 1998 14:35 |
| Subject: | Changes since label![]() |
|---|---|
| From: | Davi...@home.chat.net (Davi...@home.chat.net) |
| Date: | 11/24/1998 12:25:31 PM |
| List: | com.perforce.perforce-user |
On Tue, Nov 24, 1998 at 03:48:24PM +0100, Tom Björkholm wrote:
David,
You missed my point (which obviously is because I descibed the problem badly).
I do not want a list of files checked in since the label. I want a list of numbered changes, along with the change description for the changes made since the label.
# this will give you the last change in the label:
home:~> p4 changes -m 1 //... at buildable
Change 100 on 1998/06/21 by jeske at armageddon 'i pushed tile drawing down
into'
# then just ask for changes until you get them all...
home:~> p4 changes -m 1 Change 177 on 1998/11/19 by jeske at home 'NeXT app-wrapper description '
# max_change = 177 # label_change = 100 # max_possible_changes = max_change - label_change = 77 # # just keep in mind that changenumbers can be skipped (when there are pending # changelists deleted, etc), so you may need to ignore some on the end, like # here:
home:~> p4 changes -m 77
Change 177 on 1998/11/19 by jeske at home 'NeXT app-wrapper description '
Change 176 on 1998/11/10 by jeske at home 'askDAve -> Dave unsolicited '
Change 175 on 1998/11/05 by jeske at home 'fledgling personLoc page... '
Change 174 on 1998/11/05 by jeske at home 'askDave additions '
Change 173 on 1998/11/03 by jeske at home 'ms oss halloween paper fix '
...
Change 101 on 1998/06/21 by jeske at armageddon 'halfway done with removing
hard'
Change 100 on 1998/06/21 by jeske at armageddon 'i pushed tile drawing down
into'
Change 99 on 1998/06/21 by jeske at armageddon 'added comment to vconsole.cpp '
Change 98 on 1998/06/21 by jeske at armageddon 'no more dd blits in map.cpp '
--- David Jeske (N9LCA) + http://www.chat.net/~jeske/ + jeske at chat.net




