CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2018/10/22 09:18:50
Modified files: gnu/usr.bin/cvs/src: rcs.c Log message: When checking out certain commits by date, cvs got confused. If there is a vendor branch and a commit on top of it, revision 1.1 was taken instead of the vendor branch. To fix this, compare the vendor date with the current node, and not with the command line date. OK deraadt@