Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Apr 2002 11:27:40 -0700
From:      Gregory Neil Shapiro <gshapiro@FreeBSD.org>
To:        "J. Mallett" <jmallett@FreeBSD.org>
Cc:        "David O'Brien" <obrien@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/usr.bin/make job.c job.h main.c make.1 make.c
Message-ID:  <15544.30876.323895.394345@horsey.gshapiro.net>
In-Reply-To: <20020413182947.GC8591@FreeBSD.ORG>
References:  <200204131218.g3DCI0Z68354@freefall.freebsd.org> <20020413123044.GB13221@FreeBSD.ORG> <20020413053330.A96771@dragon.nuxi.com> <20020413151913.GB26522@FreeBSD.ORG> <20020413112037.B25339@dragon.nuxi.com> <20020413182947.GC8591@FreeBSD.ORG>

next in thread | previous in thread | raw e-mail | index | archive | help
jmallett> I know you can edit the RCS files... does the log command have a
jmallett> facility for this????

Try:

cvs -H admin

Some useful ones include:

        -m rev:msg  Replace revision's log message.
        -o range   Delete (outdate) specified range of revisions:
           rev1:rev2   Between rev1 and rev2, including rev1 and rev2.
           rev1::rev2  Between rev1 and rev2, excluding rev1 and rev2.
           rev:        rev and following revisions on the same branch.
           rev::       After rev on the same branch.
           :rev        rev and previous revisions on the same branch.
           ::rev       Before rev on the same branch.
           rev         Just rev.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?15544.30876.323895.394345>