Skip to content
Snippets Groups Projects
Commit cc6d40df authored by kiilerix's avatar kiilerix
Browse files

test-archive: fix touch datestamps

Backport 3acd5f7ab9d0 and 9581d5efb6a5 to stable.
parent 84ceedcf
No related branches found
No related tags found
No related merge requests found
......@@ -141,7 +141,7 @@
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment