[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.47 and 1.48

version 1.47, 2005/09/05 20:03:22 version 1.48, 2005/09/22 16:13:44
Line 109 
Line 109 
 cvs_status_pre_exec(struct cvsroot *root)  cvs_status_pre_exec(struct cvsroot *root)
 {  {
         if (root->cr_method != CVS_METHOD_LOCAL) {          if (root->cr_method != CVS_METHOD_LOCAL) {
                 if (verbose && (cvs_sendarg(root, "-v", 0) < 0))                  if ((verbose == 1) && (cvs_sendarg(root, "-v", 0) < 0))
                         return (CVS_EX_PROTO);                          return (CVS_EX_PROTO);
         }          }
   
Line 279 
Line 279 
         else if (verbosity > 0)          else if (verbosity > 0)
                 cvs_printf("   Sticky Options:\t(none)\n");                  cvs_printf("   Sticky Options:\t(none)\n");
   
         if (verbose) {          if (verbose == 1) {
                 cvs_printf("\n");                  cvs_printf("\n");
                 cvs_printf("   Existing Tags:\n");                  cvs_printf("   Existing Tags:\n");
   

Legend:
Removed from v.1.47  
changed lines
  Added in v.1.48