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

Diff for /src/usr.bin/cvs/release.c between version 1.10 and 1.11

version 1.10, 2005/05/31 14:02:15 version 1.11, 2005/06/30 16:37:29
Line 94 
Line 94 
 static int  static int
 cvs_release_pre_exec(struct cvsroot *root)  cvs_release_pre_exec(struct cvsroot *root)
 {  {
         if (dflag && cvs_sendarg(root, "-d", 0) < 0)          if (root->cr_method != CVS_METHOD_LOCAL) {
                 return (CVS_EX_PROTO);                  if (dflag && cvs_sendarg(root, "-d", 0) < 0)
                           return (CVS_EX_PROTO);
           }
   
         return (0);          return (0);
 }  }

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11