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

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

version 1.25, 2005/06/30 09:42:14 version 1.26, 2005/06/30 15:24:53
Line 107 
Line 107 
 static int  static int
 cvs_status_pre_exec(struct cvsroot *root)  cvs_status_pre_exec(struct cvsroot *root)
 {  {
         if (verbose && (cvs_sendarg(root, "-v", 0) < 0))          if (root->cr_method != CVS_METHOD_LOCAL) {
                 return (CVS_EX_PROTO);                  if (verbose && (cvs_sendarg(root, "-v", 0) < 0))
                           return (CVS_EX_PROTO);
           }
   
         return (0);          return (0);
 }  }
   

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