[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.72 and 1.73

version 1.72, 2007/02/22 06:42:09 version 1.73, 2007/06/01 17:47:47
Line 338 
Line 338 
   
         import_tag(cf, brev, newrev);          import_tag(cf, brev, newrev);
   
         if (cf->file_rcs->rf_branch == NULL || cf->file_rcs->rf_inattic == 1 ||          if (cf->file_rcs->rf_branch == NULL || cf->in_attic == 1 ||
             strcmp(branch, import_branch)) {              strcmp(branch, import_branch)) {
                 import_conflicts++;                  import_conflicts++;
                 cvs_printf("C %s/%s\n", import_repository, cf->file_path);                  cvs_printf("C %s/%s\n", import_repository, cf->file_path);

Legend:
Removed from v.1.72  
changed lines
  Added in v.1.73