comparison tests/test-issue433.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 ee41be2bbf5a
children b63f6422d2a7
comparison
equal deleted inserted replaced
12315:ca58f6475f1d 12316:4134686b83e1
5 $ hg commit -Ama 5 $ hg commit -Ama
6 adding a 6 adding a
7 7
8 $ hg parents -r 0 doesnotexist 8 $ hg parents -r 0 doesnotexist
9 abort: 'doesnotexist' not found in manifest! 9 abort: 'doesnotexist' not found in manifest!
10 [255]
10 11
11 $ true 12 $ true
12 13