*** rlog.c-5.7 Tue Jun 6 16:40:22 2006
--- rlog.c Wed Jun 7 18:02:42 2006
***************
*** 572,579 ****
out = stdout;
aprintf(out,
! "----------------------------\nrevision %s%s",
! node->num, pre5 ? " " : ""
);
if ( node->lockedby )
aprintf(out, pre5+"\tlocked by: %s;", node->lockedby);
--- 572,579 ----
out = stdout;
aprintf(out,
! "----------------------------\nrevision %s next %s%s",
! node->num, node->next ? node->next->num : "", pre5 ? " " : ""
);
if ( node->lockedby )
aprintf(out, pre5+"\tlocked by: %s;", node->lockedby);
| # | Change | User | Description | Committed | |
|---|---|---|---|---|---|
| #1 | 5735 | Daniel Sherwood | Branch for Sepura import | ||
| //guest/perforce_software/utils/cvs2p4/src/rcs-5.7/src/rlog.c.patch | |||||
| #1 | 5601 | Richard Geiger | Integrate 3.0 changes, preparing to publish. | ||
| //guest/richard_geiger/utils/cvs2p4/src/rcs-5.7/src/rlog.c.patch | |||||
| #1 | 5494 | Richard Geiger |
Heck, it's turning into 3.0! This is a watershed commit - switch to rlog-based ,v parsing... |
||