*** 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 | 5494 | Richard Geiger |
Heck, it's turning into 3.0! This is a watershed commit - switch to rlog-based ,v parsing... |