[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.81 and 1.82

version 1.81, 2007/09/22 16:01:22 version 1.82, 2007/09/23 11:19:24
Line 278 
Line 278 
   
                         /* Restore the file. */                          /* Restore the file. */
                         head = rcs_head_get(cf->file_rcs);                          head = rcs_head_get(cf->file_rcs);
                         cvs_checkout_file(cf, head, 0);                          cvs_checkout_file(cf, head, NULL, 0);
                         rcsnum_free(head);                          rcsnum_free(head);
   
                         cvs_printf("U %s\n", cf->file_path);                          cvs_printf("U %s\n", cf->file_path);

Legend:
Removed from v.1.81  
changed lines
  Added in v.1.82