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

Diff for /src/usr.bin/cvs/add.c between version 1.53 and 1.54

version 1.53, 2006/06/04 09:52:56 version 1.54, 2006/06/05 02:03:15
Line 258 
Line 258 
                             "(instead of dead revision %s)",                              "(instead of dead revision %s)",
                             cf->file_path, revbuf);                              cf->file_path, revbuf);
                 } else {                  } else {
                         added++;  
                         cvs_log(LP_NOTICE, "scheduling file '%s' for addition",                          cvs_log(LP_NOTICE, "scheduling file '%s' for addition",
                             cf->file_path);                              cf->file_path);
                 }                  }
                   added++;
                 break;                  break;
         default:          default:
                 break;                  break;

Legend:
Removed from v.1.53  
changed lines
  Added in v.1.54