[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.77 and 1.78

version 1.77, 2007/09/22 16:01:22 version 1.78, 2008/01/10 09:37:26
Line 326 
Line 326 
                 newrev = rcsnum_inc(rev);                  newrev = rcsnum_inc(rev);
         } else {          } else {
                 hrev = rcs_head_get(cf->file_rcs);                  hrev = rcs_head_get(cf->file_rcs);
                   if (hrev == NULL)
                           fatal("RCS head empty or missing in %s\n",
                               cf->file_rcs->rf_path);
                 d = import_get_rcsdiff(cf, hrev);                  d = import_get_rcsdiff(cf, hrev);
                 rcsnum_free(hrev);                  rcsnum_free(hrev);
                 newrev = rcsnum_brtorev(brev);                  newrev = rcsnum_brtorev(brev);

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