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

Diff for /src/usr.bin/cvs/file.c between version 1.239 and 1.240

version 1.239, 2008/06/08 03:03:08 version 1.240, 2008/06/08 13:34:22
Line 899 
Line 899 
                                             cf->file_path);                                              cf->file_path);
                                 }                                  }
                                 cf->file_status = FILE_LOST;                                  cf->file_status = FILE_LOST;
                         } else if (cf->file_rcsrev == NULL) {  
                                 cf->file_status = FILE_UNLINK;  
                         } else {                          } else {
                                 if (ismodified == 1)                                  if (ismodified == 1)
                                         cf->file_status = FILE_MODIFIED;                                          cf->file_status = FILE_MODIFIED;

Legend:
Removed from v.1.239  
changed lines
  Added in v.1.240