On Mon, Jul 13, 2009 at 10:12:28AM +0200, Holger Glaess wrote: > > i try to use the documented option -d with rlog but i get > > rlog: unknown option -d >
this is on a -current machine: Script started on Mon Jul 13 15:30:29 2009 $ mkdir RCS $ touch test.c $ ci test.c RCS/test.c,v <-- test.c enter description, terminated with single '.' or end of file: NOTE: This is NOT the log message! >> test >> . initial revision: 1.1 done $ co test.c RCS/test.c,v --> test.c revision 1.1 done $ rlog -d13:7:09 test.c RCS file: RCS/test.c,v Working file: test.c head: 1.1 branch: locks: strict access list: symbolic names: keyword substitution: kv total revisions: 1; selected revisions: 0 description: test ============================================================================= $ ^D Script done on Mon Jul 13 15:32:00 2009