##// END OF EJS Templates
test-archive: fix touch datestamps...
Mads Kiilerich -
r12395:cc6d40df stable
parent child Browse files
Show More
@@ -141,7 +141,7 b' cd ../empty'
141 141 hg archive ../test-empty
142 142
143 143 echo '% old file -- date clamped to 1980'
144 touch -d 1975-01-01 old
144 touch -t 197501010000 old
145 145 hg add old
146 146 hg commit -m old
147 147 hg archive ../old.zip
General Comments 0
You need to be logged in to leave comments. Login now