CVSROOT: /cvs Module name: src Changes by: mill...@cvs.openbsd.org 2016/10/13 14:31:45
Modified files: usr.bin/cvs : rcs.c Log message: Fix revision lookups for branches. Properly perform a revision lookup so update -r actually works again, as a bonus throw a more correct error when the revision could not be found. From Joris Vink.