comparison tests/test-unrelated-pull.t @ 12316:4134686b83e1

tests: add exit codes to unified tests
author Matt Mackall <mpm@selenic.com>
date Thu, 16 Sep 2010 17:51:32 -0500
parents 28e2e3804f2e
children 7abab875e647
comparison
equal deleted inserted replaced
12315:ca58f6475f1d 12316:4134686b83e1
15 15
16 $ hg pull ../a 16 $ hg pull ../a
17 pulling from ../a 17 pulling from ../a
18 searching for changes 18 searching for changes
19 abort: repository is unrelated 19 abort: repository is unrelated
20 [255]
20 21
21 $ hg pull -f ../a 22 $ hg pull -f ../a
22 pulling from ../a 23 pulling from ../a
23 searching for changes 24 searching for changes
24 warning: repository is unrelated 25 warning: repository is unrelated