comparison tests/test-ssh @ 3684:975c2469c316

correct remote heads test in prepush
author Matt Mackall <mpm@selenic.com>
date Sun, 19 Nov 2006 16:32:36 -0600
parents 7ae37d99d47e
children c0b449154a90
comparison
equal deleted inserted replaced
3683:b0fd43effdb3 3684:975c2469c316
90 90
91 cd ../local 91 cd ../local
92 echo r > r 92 echo r > r
93 hg ci -A -m z -d '1000002 0' r 93 hg ci -A -m z -d '1000002 0' r
94 94
95 echo "# push should fail" 95 echo "# push should succeed"
96 hg push 96 hg push
97
98 echo "# push should succeed"
99 hg push -f
100 97
101 cd .. 98 cd ..
102 cat dummylog 99 cat dummylog