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

Diff for /src/usr.bin/cvs/cvs.c between version 1.3 and 1.4

version 1.3, 2004/07/14 19:26:07 version 1.4, 2004/07/26 15:56:42
Line 101 
Line 101 
                 "Show last revision where each line was modified",                  "Show last revision where each line was modified",
         },          },
         {          {
                 "checkout", { "co",  "get" }, NULL,                  "checkout", { "co",  "get" }, cvs_checkout,
                 "",                  "",
                 "Checkout sources for editing",                  "Checkout sources for editing",
         },          },
         {          {
                 "commit",   { "ci",  "com" }, cvs_commit,                  "commit",   { "ci",  "com" }, cvs_commit,
                 "",                  "[-flR] [-F logfile | -m msg] [-r rev] ...",
                 "Check files into the repository",                  "Check files into the repository",
         },          },
         {          {

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4