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

Diff for /src/usr.bin/cvs/commit.c between version 1.156 and 1.157

version 1.156, 2017/05/28 17:01:10 version 1.157, 2017/05/31 16:48:16
Line 51 
Line 51 
 static int      conflicts_found;  static int      conflicts_found;
   
 struct cvs_cmd cvs_cmd_commit = {  struct cvs_cmd cvs_cmd_commit = {
         CVS_OP_COMMIT, CVS_USE_WDIR | CVS_LOCK_REPO, "commit",          CVS_OP_COMMIT, CVS_USE_WDIR, "commit",
         { "ci", "com" },          { "ci", "com" },
         "Check files into the repository",          "Check files into the repository",
         "[-flR] [-F logfile | -m msg] [-r rev] ...",          "[-flR] [-F logfile | -m msg] [-r rev] ...",

Legend:
Removed from v.1.156  
changed lines
  Added in v.1.157