[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.58 and 1.59

version 1.58, 2007/06/18 17:54:13 version 1.59, 2007/06/26 02:24:10
Line 45 
Line 45 
         &cvs_cmd_init,          &cvs_cmd_init,
         &cvs_cmd_log,          &cvs_cmd_log,
         &cvs_cmd_remove,          &cvs_cmd_remove,
           &cvs_cmd_rlog,
         &cvs_cmd_server,          &cvs_cmd_server,
         &cvs_cmd_status,          &cvs_cmd_status,
         &cvs_cmd_tag,          &cvs_cmd_tag,
Line 60 
Line 61 
 #endif  #endif
         &cvs_cmd_rdiff,          &cvs_cmd_rdiff,
         &cvs_cmd_release,          &cvs_cmd_release,
         &cvs_cmd_rlog,  
         &cvs_cmd_rtag,          &cvs_cmd_rtag,
         &cvs_cmd_unedit,          &cvs_cmd_unedit,
         &cvs_cmd_update,          &cvs_cmd_update,

Legend:
Removed from v.1.58  
changed lines
  Added in v.1.59