diff tests/test-push-warn @ 3684:975c2469c316

correct remote heads test in prepush
author Matt Mackall <mpm@selenic.com>
date Sun, 19 Nov 2006 16:32:36 -0600
parents e506c14382fd
children 2aef481ac73c
line wrap: on
line diff
--- a/tests/test-push-warn
+++ b/tests/test-push-warn
@@ -50,6 +50,7 @@ hg ci -m c-d -d "1000000 0"
 hg push ../c
 hg push -r 2 ../c
 hg push -r 3 -r 4 ../c
+hg push -f -r 3 -r 4 ../c
 hg push -r 5 ../c
 
 exit 0