=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/commit.c,v retrieving revision 1.156 retrieving revision 1.157 diff -u -r1.156 -r1.157 --- src/usr.bin/cvs/commit.c 2017/05/28 17:01:10 1.156 +++ src/usr.bin/cvs/commit.c 2017/05/31 16:48:16 1.157 @@ -1,4 +1,4 @@ -/* $OpenBSD: commit.c,v 1.156 2017/05/28 17:01:10 joris Exp $ */ +/* $OpenBSD: commit.c,v 1.157 2017/05/31 16:48:16 joris Exp $ */ /* * Copyright (c) 2006 Joris Vink * Copyright (c) 2006 Xavier Santolaria @@ -51,7 +51,7 @@ static int conflicts_found; 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" }, "Check files into the repository", "[-flR] [-F logfile | -m msg] [-r rev] ...",