tests/test-archive
branchstable
changeset 12319 381f131220ad
parent 10650 9ea7238ad935
child 12379 6aa2c86db2eb
--- a/tests/test-archive	Fri Sep 17 12:44:35 2010 -0500
+++ b/tests/test-archive	Mon Sep 20 15:33:39 2010 +0200
@@ -140,4 +140,11 @@
 cd ../empty
 hg archive ../test-empty
 
+echo '% old file -- date clamped to 1980'
+touch -d 1975-01-01 old
+hg add old
+hg commit -m old
+hg archive ../old.zip
+unzip -l ../old.zip
+
 exit 0