CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/05/31 10:48:16
Modified files:
usr.bin/cvs : commit.c
Log message:
Do not use CVS_LOCK_REPO for committing.
This flag tells our file recursion code that for each directory entered
we should lock it. Commit however locks all relevant directories on its
own when it is about to make changes and should not depend on the file
recursion code to do so.
