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

Diff for /src/usr.bin/cvs/annotate.c between version 1.25 and 1.26

version 1.25, 2005/12/30 02:03:28 version 1.26, 2005/12/30 16:42:13
Line 101 
Line 101 
 cvs_annotate_pre_exec(struct cvsroot *root)  cvs_annotate_pre_exec(struct cvsroot *root)
 {  {
         if (root->cr_method != CVS_METHOD_LOCAL) {          if (root->cr_method != CVS_METHOD_LOCAL) {
                 if (usehead)                  if (usehead == 1)
                         cvs_sendarg(root, "-f", 0);                          cvs_sendarg(root, "-f", 0);
   
                 if (rev != NULL) {                  if (rev != NULL) {

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26