diff tests/test-push-warn @ 1938:36c6e4c3ff43

merge with crew.
author Vadim Gelfer <vadim.gelfer@gmail.com>
date Mon, 13 Mar 2006 08:25:33 -0800
parents 7544700fd931
children fc22ed56afe3
line wrap: on
line diff
--- a/tests/test-push-warn	Mon Mar 13 08:24:44 2006 -0800
+++ b/tests/test-push-warn	Mon Mar 13 08:25:33 2006 -0800
@@ -5,7 +5,7 @@
 hg init
 echo foo > t1
 hg add t1
-hg commit -m "1" -d "0 0"
+hg commit -m "1" -d "1000000 0"
 
 cd ..
 hg clone a b
@@ -13,16 +13,16 @@
 cd a
 echo foo > t2
 hg add t2
-hg commit -m "2" -d "0 0"
+hg commit -m "2" -d "1000000 0"
 
 cd ../b
 echo foo > t3
 hg add t3
-hg commit -m "3" -d "0 0"
+hg commit -m "3" -d "1000000 0"
 
 hg push ../a
 hg pull ../a
 hg push ../a
 hg up -m
-hg commit -m "4" -d "0 0"
+hg commit -m "4" -d "1000000 0"
 hg push ../a