diff options
author | Xavier Santolaria <xsa@cvs.openbsd.org> | 2005-02-16 13:33:03 +0000 |
---|---|---|
committer | Xavier Santolaria <xsa@cvs.openbsd.org> | 2005-02-16 13:33:03 +0000 |
commit | 1ada7f9e0898ab75da5025edfeef9de76e1ce026 (patch) | |
tree | 602fd238f7872307c0da1271698ec57b7cf50e39 /usr.bin/cvs | |
parent | 4c9f697bdf04c3228ad2251ae49f773bf79840a3 (diff) |
more `cvs history' documentation about the columns added to
records depending on the command issued; ok jmc
Diffstat (limited to 'usr.bin/cvs')
-rw-r--r-- | usr.bin/cvs/cvs.1 | 36 |
1 files changed, 34 insertions, 2 deletions
diff --git a/usr.bin/cvs/cvs.1 b/usr.bin/cvs/cvs.1 index 5c0a65c5269..d9c9917f6a3 100644 --- a/usr.bin/cvs/cvs.1 +++ b/usr.bin/cvs/cvs.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cvs.1,v 1.50 2005/02/14 14:25:33 xsa Exp $ +.\" $OpenBSD: cvs.1,v 1.51 2005/02/16 13:33:02 xsa Exp $ .\" .\" Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> .\" Copyright (c) 2004, 2005 Xavier Santolaria <xsa@openbsd.org> @@ -752,7 +752,39 @@ The time zone. The user who made the action. .El .Pp -The other columns may vary depending on the command issued. +The other columns vary depending on the command issued: +.Pp +For records coming from the +.Ic rtag +command, the additional columns are as follows: +.Bd -literal -offset indent +<module> [<tag>:<argument>] {<working directory>} +.Ed +.Pp +For records coming from the +.Ic checkout +and +.Ic export +commands, the additional columns are as follows: +.Bd -literal -offset indent +<request> <repository> =<module>= <working directory> +.Ed +.Pp +For records coming from the +.Ic release +command, the additional columns are as follows: +.Bd -literal -offset indent +=<module>= <working directory> +.Ed +.Pp +For records coming from the +.Ic commit +and +.Ic update +commands, the additional columns are as follows: +.Bd -literal -offset indent +<version> <file> <module> == <working directory> +.Ed .Pp Aliases: .Ic hi , |