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

Diff for /src/usr.bin/cvs/cmd.c between version 1.67 and 1.68

version 1.67, 2008/02/01 17:18:59 version 1.68, 2008/02/03 18:18:44
Line 43 
Line 43 
         &cvs_cmd_init,          &cvs_cmd_init,
         &cvs_cmd_log,          &cvs_cmd_log,
         &cvs_cmd_rannotate,          &cvs_cmd_rannotate,
           &cvs_cmd_rdiff,
         &cvs_cmd_release,          &cvs_cmd_release,
         &cvs_cmd_remove,          &cvs_cmd_remove,
         &cvs_cmd_rlog,          &cvs_cmd_rlog,
Line 55 
Line 56 
 #if 0  #if 0
         &cvs_cmd_edit,          &cvs_cmd_edit,
         &cvs_cmd_editors,          &cvs_cmd_editors,
         &cvs_cmd_rdiff,  
         &cvs_cmd_unedit,          &cvs_cmd_unedit,
         &cvs_cmd_watch,          &cvs_cmd_watch,
         &cvs_cmd_watchers,          &cvs_cmd_watchers,

Legend:
Removed from v.1.67  
changed lines
  Added in v.1.68