##// END OF EJS Templates
test-convert-cvs: change TZ=US/Hawaii to TZ=Pacific/Johnston...
Elmar Bartel -
r35534:6a1a0a02 default
parent child Browse files
Show More
@@ -80,7 +80,12 b' An arbitrary (U.S.) time zone is used he'
80 80 since it does not use DST (unlike other U.S. time zones) and is always
81 81 a fixed difference from UTC.
82 82
83 $ TZ=US/Hawaii hg convert --config convert.localtimezone=True src src-hg
83 This choice is limited to work on Linux environments. At least on
84 FreeBSD 11 this timezone is not known. A better choice is
85 TZ=Pacific/Johnston. On Linux "US/Hawaii" is just a symlink to this
86 name and also it is known on FreeBSD and on Solaris.
87
88 $ TZ=Pacific/Johnston hg convert --config convert.localtimezone=True src src-hg
84 89 initializing destination src-hg repository
85 90 connecting to $TESTTMP/cvsrepo
86 91 scanning source...
@@ -170,7 +175,7 b' commit new file revisions'
170 175
171 176 convert again
172 177
173 $ TZ=US/Hawaii hg convert --config convert.localtimezone=True src src-hg
178 $ TZ=Pacific/Johnston hg convert --config convert.localtimezone=True src src-hg
174 179 connecting to $TESTTMP/cvsrepo
175 180 scanning source...
176 181 collecting CVS rlog
@@ -231,7 +236,7 b' commit branch'
231 236
232 237 convert again
233 238
234 $ TZ=US/Hawaii hg convert --config convert.localtimezone=True src src-hg
239 $ TZ=Pacific/Johnston hg convert --config convert.localtimezone=True src src-hg
235 240 connecting to $TESTTMP/cvsrepo
236 241 scanning source...
237 242 collecting CVS rlog
@@ -249,7 +254,7 b' convert again'
249 254
250 255 convert again with --filemap
251 256
252 $ TZ=US/Hawaii hg convert --config convert.localtimezone=True --filemap filemap src src-filemap
257 $ TZ=Pacific/Johnston hg convert --config convert.localtimezone=True --filemap filemap src src-filemap
253 258 connecting to $TESTTMP/cvsrepo
254 259 scanning source...
255 260 collecting CVS rlog
@@ -296,7 +301,7 b' commit new file revisions with some fuzz'
296 301
297 302 convert again
298 303
299 $ TZ=US/Hawaii hg convert --config convert.cvsps.fuzz=2 --config convert.localtimezone=True src src-hg
304 $ TZ=Pacific/Johnston hg convert --config convert.cvsps.fuzz=2 --config convert.localtimezone=True src src-hg
300 305 connecting to $TESTTMP/cvsrepo
301 306 scanning source...
302 307 collecting CVS rlog
General Comments 0
You need to be logged in to leave comments. Login now