[BACK]Return to cvs.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / cvs

Diff for /src/usr.bin/cvs/cvs.1 between version 1.96 and 1.97

version 1.96, 2006/04/19 11:00:53 version 1.97, 2006/04/27 12:46:56
Line 170 
Line 170 
 watch,  watch,
 watchers.  watchers.
 The commands are fully explained in this section.  The commands are fully explained in this section.
   .Pp
   Files may be selected by
   .Em revision
   or, where no revision is specified,
   the latest revision of the default branch is used.
   Revisions are specified either by using the
   .Fl r
   option or
   by appending the revision number to any option that supports it.
   .Pp
   .Nm
   supports the notion of
   .Em state .
   The state is an arbitrary string of characters used to describe a file
   (or a specific revision of a file).
   States can be set or changed using the
   .Fl s
   option, for CVS tools which support it.
   The state of a file/revision can be modified without having to
   .Ic commit
   a new file/revision.
   The default state is
   .Sq Exp
   (Experimental).
   Examples of states could be
   .Sq Dev ,
   .Sq Reviewed ,
   or
   .Sq Stab .
 .Ss add  .Ss add
 Before a file is known to  Before a file is known to
 .Nm ,  .Nm ,
Line 289 
Line 318 
 .Ar state Ns Op : Ns Ar rev  .Ar state Ns Op : Ns Ar rev
 .Xc  .Xc
 Change state of a revision.  Change state of a revision.
 If the revision is not specified, the last revision of the default  
 branch changes state.  
 The  
 .Ic state  
 is a string of characters of your choice.  
 The state of a revision can be modified without having to  
 .Ic commit  
 a new revision.  
 The default  
 .Ic state  
 is  
 .Sq Exp  
 (Experimental).  
 For instance, you could also use  
 .Sq Dev  
 or  
 .Sq Reviewed .  
 .It Fl t Ar file \*(Ba Ar str  .It Fl t Ar file \*(Ba Ar str
 Change the descriptive text.  Change the descriptive text.
 The descriptive text is taken from the  The descriptive text is taken from the

Legend:
Removed from v.1.96  
changed lines
  Added in v.1.97