diff options
author | Poul-Henning Kamp <phk@FreeBSD.org> | 1994-05-12 00:42:59 +0000 |
---|---|---|
committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1994-05-12 00:42:59 +0000 |
commit | 969ecba525261b1c011c9b64256d435cbca51ccd (patch) | |
tree | e8e7895293efbf3c65e9bb7b563231f6485c27ad /gnu/usr.bin/rcs | |
parent | 2924ea82c2c8abfeac7c4a052073711dcbc4a830 (diff) | |
download | src-test2-969ecba525261b1c011c9b64256d435cbca51ccd.tar.gz src-test2-969ecba525261b1c011c9b64256d435cbca51ccd.zip |
Notes
Diffstat (limited to 'gnu/usr.bin/rcs')
-rw-r--r-- | gnu/usr.bin/rcs/rlog/rlog.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/gnu/usr.bin/rcs/rlog/rlog.c b/gnu/usr.bin/rcs/rlog/rlog.c index 6e339df44153..bf59e66ac3a3 100644 --- a/gnu/usr.bin/rcs/rlog/rlog.c +++ b/gnu/usr.bin/rcs/rlog/rlog.c @@ -36,6 +36,9 @@ Report problems and direct all questions to: /* $Log: rlog.c,v $ + * Revision 1.4 1994/05/12 00:37:59 phk + * made -v produce tip-revision, which was what I wanted in the first place... + * * Revision 1.3 1994/05/11 22:39:44 phk * Added -v option to rlog. This gives a quick way to get a list of versions. * @@ -201,7 +204,7 @@ static struct lockers *lockerlist; static struct stateattri *statelist; -mainProg(rlogId, "rlog", "$Id: rlog.c,v 1.3 1994/05/11 22:39:44 phk Exp $") +mainProg(rlogId, "rlog", "$Id: rlog.c,v 1.4 1994/05/12 00:37:59 phk Exp $") { static char const cmdusage[] = "\nrlog usage: rlog -{bhLRt} [-v[string]] -ddates -l[lockers] -rrevs -sstates -w[logins] -Vn file ..."; @@ -342,7 +345,7 @@ mainProg(rlogId, "rlog", "$Id: rlog.c,v 1.3 1994/05/11 22:39:44 phk Exp $") continue; if ( versionlist ) { - gettree()l + gettree(); aprintf(out, "%s%s %s\n", vstring, workfilename, tiprev()); continue; } |