[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.203 and 1.204

version 1.203, 2007/10/05 19:28:23 version 1.204, 2007/10/09 12:20:24
Line 815 
Line 815 
                                             "locally modified",                                              "locally modified",
                                             cf->file_path);                                              cf->file_path);
                                         cf->file_status = FILE_CONFLICT;                                          cf->file_status = FILE_CONFLICT;
                                 } else {                                  } else if (cvs_cmdop != CVS_OP_IMPORT) {
                                         cvs_log(LP_NOTICE,                                          cvs_log(LP_NOTICE,
                                             "%s is no longer in the "                                              "%s is no longer in the "
                                             "repository",                                              "repository",

Legend:
Removed from v.1.203  
changed lines
  Added in v.1.204