diff tests/test-export @ 8167:6c82beaaa11a

tests: removed redundant "-d '0 0'" from test scripts The tests are executed with a .hgrc file which adds "-d '0 0'" by default.
author Martin Geisler <mg@lazybytes.net>
date Sun, 26 Apr 2009 14:29:02 +0200
parents 09d0fe02988d
children
line wrap: on
line diff
--- a/tests/test-export	Sun Apr 26 11:49:17 2009 +0200
+++ b/tests/test-export	Sun Apr 26 14:29:02 2009 +0200
@@ -6,7 +6,7 @@
 hg add foo
 for i in 0 1 2 3 4 5 6 7 8 9 10 11; do
     echo "foo-$i" >> foo
-    hg ci -m "foo-$i" -d "0 0"
+    hg ci -m "foo-$i"
 done
 
 for out in "%nof%N" "%%%H" "%b-%R" "%h" "%r"; do