CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/06/01 02:08:24
Modified files:
usr.bin/cvs : add.c admin.c annotate.c checkout.c commit.c
cvs.c cvs.h diff.c edit.c file.c getlog.c
import.c init.c release.c remove.c root.c
status.c tag.c update.c util.c version.c
watch.c
Log message:
Stop looking at current_cvsroot->cr_method to figure out if we're remote or not.
Instead use cvsroot_is_local() and cvsroot_is_remote().
