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

Diff for /src/usr.bin/cvs/commit.c between version 1.140 and 1.141

version 1.140, 2008/06/10 19:00:17 version 1.141, 2008/06/14 03:19:15
Line 633 
Line 633 
         } else {          } else {
                 entlist = cvs_ent_open(cf->file_wd);                  entlist = cvs_ent_open(cf->file_wd);
                 cvs_ent_remove(entlist, cf->file_name);                  cvs_ent_remove(entlist, cf->file_name);
                 cvs_ent_close(entlist, ENT_SYNC);  
   
                 cvs_get_repository_path(cf->file_wd, repo, MAXPATHLEN);                  cvs_get_repository_path(cf->file_wd, repo, MAXPATHLEN);
   

Legend:
Removed from v.1.140  
changed lines
  Added in v.1.141