comparison tests/test-subrepo-recursion.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 88a42bf5fa46
children f00953d9533c
comparison
equal deleted inserted replaced
12315:ca58f6475f1d 12316:4134686b83e1
251 searching for changes 251 searching for changes
252 no changes found 252 no changes found
253 comparing with .*/test-subrepo-recursion.t/repo/foo 253 comparing with .*/test-subrepo-recursion.t/repo/foo
254 searching for changes 254 searching for changes
255 no changes found 255 no changes found
256 [1]
256 $ echo $? 257 $ echo $?
257 0 258 0
258 259
259 Make nested change: 260 Make nested change:
260 261
313 date: Thu Jan 01 00:00:00 1970 +0000 314 date: Thu Jan 01 00:00:00 1970 +0000
314 summary: 3-4-2 315 summary: 3-4-2
315 316
316 $ hg incoming -S --bundle incoming.hg 317 $ hg incoming -S --bundle incoming.hg
317 abort: cannot combine --bundle and --subrepos 318 abort: cannot combine --bundle and --subrepos
319 [255]
318 320
319 Test missing subrepo: 321 Test missing subrepo:
320 322
321 $ rm -r foo 323 $ rm -r foo
322 $ hg status 324 $ hg status