Force UTC timezone for cvs log

This commit is contained in:
Steve Purcell 2012-10-20 20:21:52 +01:00
parent f8797e698a
commit a69ee2af7e

View file

@ -281,7 +281,7 @@ Return a cons cell whose `car' is the root and whose `cdr' is the repository."
(let* ((dir (directory-file-name dir))
(working-dir (file-name-directory dir))
(target-dir (file-name-nondirectory dir)))
(pb/run-process working-dir "cvs" "-z3" "-d" root "checkout"
(pb/run-process working-dir "env" "TZ=UTC" "cvs" "-z3" "-d" root "checkout"
"-d" target-dir repo))))
(apply 'pb/run-process dir "cvs" "log"
(pb/expand-source-file-list dir config))