Commit ID: 100580A45217460F32F
CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2016/10/21 16:41:19 UTC
Modified files:
gnu/usr.bin/cvs/src: cvs.h server.c update.c vers_ts.c
Log message:
in a vers_ts, track whether ts_user is known to be the local file timestamp
(or not known to; the ts_rcs cases are handled as 0, but they probably
don’t matter for the use case)
To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.6 -r1.7 src/gnu/usr.bin/cvs/src/cvs.h
cvs -R rdiff -kk -upr1.8 -r1.9 src/gnu/usr.bin/cvs/src/server.c
cvs -R rdiff -kk -upr1.7 -r1.8 src/gnu/usr.bin/cvs/src/update.c
cvs -R rdiff -kk -upr1.1.101.3 -r1.2 src/gnu/usr.bin/cvs/src/vers_ts.c