[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.35 and 1.36

version 1.35, 2005/01/14 18:02:04 version 1.36, 2005/01/24 16:12:56
Line 102 
Line 102 
                 NULL,                  NULL,
         },          },
         {          {
                 -1, "admin",    { "adm", "rcs" }, NULL,                  CVS_OP_ADMIN, "admin",    { "adm", "rcs" }, NULL,
                 "",                  "",
                 "",                  "",
                 "Administration front end for rcs",                  "Administration front end for rcs",
Line 137 
Line 137 
                 NULL,                  NULL,
         },          },
         {          {
                 -1, "edit",     {              }, NULL,                  CVS_OP_EDIT, "edit",     {              }, NULL,
                 "",                  "",
                 "",                  "",
                 "Get ready to edit a watched file",                  "Get ready to edit a watched file",
                 NULL,                  NULL,
         },          },
         {          {
                 -1, "editors",  {              }, NULL,                  CVS_OP_EDITORS, "editors",  {              }, NULL,
                 "",                  "",
                 "",                  "",
                 "See who is editing a watched file",                  "See who is editing a watched file",
                 NULL,                  NULL,
         },          },
         {          {
                 -1, "export",   { "ex",  "exp" }, NULL,                  CVS_OP_EXPORT, "export",   { "ex",  "exp" }, NULL,
                 "",                  "",
                 "",                  "",
                 "Export sources from CVS, similar to checkout",                  "Export sources from CVS, similar to checkout",
Line 210 
Line 210 
                 NULL,                  NULL,
         },          },
         {          {
                 -1, "rdiff",    {}, NULL,                  CVS_OP_RDIFF, "rdiff",    {}, NULL,
                 "",                  "",
                 "",                  "",
                 "Create 'patch' format diffs between releases",                  "Create 'patch' format diffs between releases",
                 NULL,                  NULL,
         },          },
         {          {
                 -1, "release",  {}, NULL,                  CVS_OP_RELEASE, "release",  {}, NULL,
                 "",                  "",
                 "",                  "",
                 "Indicate that a Module is no longer in use",                  "Indicate that a Module is no longer in use",
Line 231 
Line 231 
                 NULL,                  NULL,
         },          },
         {          {
                 -1, "rlog",     {}, NULL,                  CVS_OP_RLOG, "rlog",     {}, NULL,
                 "",                  "",
                 "",                  "",
                 "Print out history information for a module",                  "Print out history information for a module",
                 NULL,                  NULL,
         },          },
         {          {
                 -1, "rtag",     {}, NULL,                  CVS_OP_RTAG, "rtag",     {}, NULL,
                 "",                  "",
                 "",                  "",
                 "Add a symbolic tag to a module",                  "Add a symbolic tag to a module",
Line 266 
Line 266 
                 NULL,                  NULL,
         },          },
         {          {
                 -1, "unedit",   {}, NULL,                  CVS_OP_UNEDIT, "unedit",   {}, NULL,
                 "",                  "",
                 "",                  "",
                 "Undo an edit command",                  "Undo an edit command",
Line 286 
Line 286 
                 NULL,                  NULL,
         },          },
         {          {
                 -1, "watch",    {}, NULL,                  CVS_OP_WATCH, "watch",    {}, NULL,
                 "",                  "",
                 "",                  "",
                 "Set watches",                  "Set watches",
                 NULL,                  NULL,
         },          },
         {          {
                 -1, "watchers", {}, NULL,                  CVS_OP_WATCHERS, "watchers", {}, NULL,
                 "",                  "",
                 "",                  "",
                 "See who is watching a file",                  "See who is watching a file",

Legend:
Removed from v.1.35  
changed lines
  Added in v.1.36