# HG changeset patch # User Mads Kiilerich # Date 2010-09-24 00:49:09 # Node ID cc6d40dffa45dcff9bdd400614cdec03829bf325 # Parent 84ceedcfeb6a5982f604d6ba57dc4650c8f0b13b test-archive: fix touch datestamps Backport 3acd5f7ab9d0 and 9581d5efb6a5 to stable. diff --git a/tests/test-archive b/tests/test-archive --- a/tests/test-archive +++ b/tests/test-archive @@ -141,7 +141,7 @@ cd ../empty hg archive ../test-empty echo '% old file -- date clamped to 1980' -touch -d 1975-01-01 old +touch -t 197501010000 old hg add old hg commit -m old hg archive ../old.zip