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

Diff for /src/usr.bin/cvs/import.c between version 1.76 and 1.77

version 1.76, 2007/09/02 11:31:35 version 1.77, 2007/09/22 16:01:22
Line 169 
Line 169 
   
         cvs_log(LP_TRACE, "cvs_import_local(%s)", cf->file_path);          cvs_log(LP_TRACE, "cvs_import_local(%s)", cf->file_path);
   
         cvs_file_classify(cf, NULL);          cvs_file_classify(cf, cvs_directory_tag);
   
         if (cf->file_type == CVS_DIR) {          if (cf->file_type == CVS_DIR) {
                 if (!strcmp(cf->file_path, "."))                  if (!strcmp(cf->file_path, "."))

Legend:
Removed from v.1.76  
changed lines
  Added in v.1.77