comparison tests/test-ssh.t @ 16107:a3dcc59054ca stable

pull: backout change to return code This bit a number of people.
author Matt Mackall <mpm@selenic.com>
date Fri, 10 Feb 2012 16:09:30 -0600
parents 093b75c7b44b
children 4f795f5fbb0b
comparison
equal deleted inserted replaced
16106:d75aa756149b 16107:a3dcc59054ca
78 default = ssh://user@dummy/remote 78 default = ssh://user@dummy/remote
79 $ hg pull -e "python $TESTDIR/dummyssh" 79 $ hg pull -e "python $TESTDIR/dummyssh"
80 pulling from ssh://user@dummy/remote 80 pulling from ssh://user@dummy/remote
81 searching for changes 81 searching for changes
82 no changes found 82 no changes found
83 [1]
84 83
85 local change 84 local change
86 85
87 $ echo bleah > foo 86 $ echo bleah > foo
88 $ hg ci -m "add" 87 $ hg ci -m "add"
197 $ hg pull -B foo 196 $ hg pull -B foo
198 pulling from ssh://user@dummy/remote 197 pulling from ssh://user@dummy/remote
199 no changes found 198 no changes found
200 updating bookmark foo 199 updating bookmark foo
201 importing bookmark foo 200 importing bookmark foo
202 [1]
203 $ hg book -d foo 201 $ hg book -d foo
204 $ hg push -B foo 202 $ hg push -B foo
205 pushing to ssh://user@dummy/remote 203 pushing to ssh://user@dummy/remote
206 searching for changes 204 searching for changes
207 no changes found 205 no changes found