##// 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 since it does not use DST (unlike other U.S. time zones) and is always
80 since it does not use DST (unlike other U.S. time zones) and is always
81 a fixed difference from UTC.
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 initializing destination src-hg repository
89 initializing destination src-hg repository
85 connecting to $TESTTMP/cvsrepo
90 connecting to $TESTTMP/cvsrepo
86 scanning source...
91 scanning source...
@@ -170,7 +175,7 b' commit new file revisions'
170
175
171 convert again
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 connecting to $TESTTMP/cvsrepo
179 connecting to $TESTTMP/cvsrepo
175 scanning source...
180 scanning source...
176 collecting CVS rlog
181 collecting CVS rlog
@@ -231,7 +236,7 b' commit branch'
231
236
232 convert again
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 connecting to $TESTTMP/cvsrepo
240 connecting to $TESTTMP/cvsrepo
236 scanning source...
241 scanning source...
237 collecting CVS rlog
242 collecting CVS rlog
@@ -249,7 +254,7 b' convert again'
249
254
250 convert again with --filemap
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 connecting to $TESTTMP/cvsrepo
258 connecting to $TESTTMP/cvsrepo
254 scanning source...
259 scanning source...
255 collecting CVS rlog
260 collecting CVS rlog
@@ -296,7 +301,7 b' commit new file revisions with some fuzz'
296
301
297 convert again
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 connecting to $TESTTMP/cvsrepo
305 connecting to $TESTTMP/cvsrepo
301 scanning source...
306 scanning source...
302 collecting CVS rlog
307 collecting CVS rlog
General Comments 0
You need to be logged in to leave comments. Login now