rcsl

version 0.1, cbm 1/25/03

A simple script to print an RCS revision history in a one-line-per-revision format. Sample output:
sparrow% rlog hi
RCS file: hi,v
head: 1.3
total revisions: 3;     selected revisions: 3
description:
hi this is me.
whatever
----------------------------
revision 1.3
date: 2000/06/01 14:28:15;  author: cbm;  state: Exp;  lines: +1 -0
ok now!
----------------------------
revision 1.2
date: 2000/06/01 14:27:56;  author: cbm;  state: Exp;  lines: +2 -0
new stuff
----------------------------
revision 1.1
date: 2000/05/31 17:10:31;  author: cbm;  state: Exp;
Initial revision
=============================================================================
sparrow% rcsl hi
description: hi this is me. whatever
  1.3 2000/06/01 14:28:15 cbm      ok now!
  1.2 2000/06/01 14:27:56 cbm      new stuff
  1.1 2000/05/31 17:10:31 cbm      Initial revision

Requires:

Download

rcsl-0.1.tar.gz