*** 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);