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

Diff for /src/usr.bin/cvs/remote.c between version 1.6 and 1.7

version 1.6, 2007/01/13 15:29:34 version 1.7, 2007/01/18 16:45:52
Line 245 
Line 245 
         } else if (cf->fd == -1) {          } else if (cf->fd == -1) {
                 cf->file_status = FILE_UNKNOWN;                  cf->file_status = FILE_UNKNOWN;
         }          }
   
           if (cvs_cmdop == CVS_OP_IMPORT && cf->file_type == CVS_FILE)
                   cf->file_status = FILE_MODIFIED;
 }  }
   

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7