MPE/iX Shell and Utilities Reference Manual, Vol 2
rlog(1) MPE/iX Shell and Utilities rlog(1)
–H displays information about the head revision only.
–h displays only RCS file name, working file name, head, default branch, access list,
locks, symbolic names, and suffix.
–L[lockers]
ignores RCS files that have no locks set. If the comma-separated list of login names
lockers is given, rlog ignores all
RCS files not locked by someone on the list. If
lockers is not specified, an RCS file is ignored if no revisions of the file are locked.
This option can be convenient in combination with –R, –h,or–l.
–l[lockers]
displays information about locked revisions. If the comma-separated list of login
names lockers is given, only the revisions locked by the given login names are
displayed. If the list is omitted, all locked revisions are displayed.
–O ignores any default options found in the configuration file.
–R only displays the name of the
RCS file; convenient for translating a working file name
into an RCS file name.
–rrevisions
displays information about revisions given in the comma-separated list revisions of
revisions and ranges. A range rev1–rev2 means revisions rev1 to rev2 on the same
branch, –rev means revisions from the beginning of the branch up to and including
rev, and rev– means revisions starting with rev to the end of the branch containing
rev. An argument that is a branch means all revisions on that branch. A range of
branches means all revisions on the branches in that range.
–sstates
displays information about any revision with a state that matches one of the states
given in the comma-separated list.
–T displays information using only one line per revision. Each line has the following
format:
<workfilename> <rev. number> <date> <locker> <symb. names>
This is often useful in combination with other rlog options.
–t displays the same as –h, plus the descriptive text.
–w[authors]
displays information about revisions checked in by users with login names appearing
in the comma-separated list authors.Ifauthors is omitted, the user’s login is
assumed.
Commands and Utilities 1-489