CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/05/29 11:18:56
Modified files:
usr.bin/cvs : file.c update.c
Log message:
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.
