cvs_file_classify() was making the mistake of only taking over a sticky
authorjoris <joris@openbsd.org>
Mon, 29 May 2017 17:18:56 +0000 (17:18 +0000)
committerjoris <joris@openbsd.org>
Mon, 29 May 2017 17:18:56 +0000 (17:18 +0000)
commit323cb6218fa9515bdf40ef2b91ef2205e8d39243
treed9db9e4e542f30c6febcce8ac981407ca0136140
parentc1117a7b33b6fbdf2911cec0d1568f373a754e9c
cvs_file_classify() was making the mistake of only taking over a sticky
tag from Entries for a given file if the sticky tag is present.

while changing this we can simplify some logic in update.c on how it
decides what tag to use for file classification.
usr.bin/cvs/file.c
usr.bin/cvs/update.c