[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.15 and 1.16

version 1.15, 2004/12/06 21:03:12 version 1.16, 2004/12/06 21:58:31
Line 230 
Line 230 
                 "Server mode",                  "Server mode",
         },          },
         {          {
                 CVS_OP_STATUS, "status",   {}, cvs_status,                  CVS_OP_STATUS, "status",   { "st", "stat" }, cvs_status,
                 "",                  "",
                 "",                  "",
                 "Display status information on checked out files",                  "Display status information on checked out files",
         },          },
         {          {
                 CVS_OP_TAG, "tag",      { "ta", }, NULL,                  CVS_OP_TAG, "tag",      { "ta", "freeze" }, NULL,
                 "",                  "",
                 "",                  "",
                 "Add a symbolic tag to checked out version of files",                  "Add a symbolic tag to checked out version of files",
Line 248 
Line 248 
                 "Undo an edit command",                  "Undo an edit command",
         },          },
         {          {
                 CVS_OP_UPDATE, "update",   {}, cvs_update,                  CVS_OP_UPDATE, "update",   { "up", "upd" }, cvs_update,
                 "",                  "",
                 "",                  "",
                 "Bring work tree in sync with repository",                  "Bring work tree in sync with repository",
         },          },
         {          {
                 CVS_OP_VERSION, "version",  {}, cvs_version,                  CVS_OP_VERSION, "version",  { "ve", "ver" }, cvs_version,
                 "", "",                  "", "",
                 "Show current CVS version(s)",                  "Show current CVS version(s)",
         },          },

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16