##// END OF EJS Templates
tests: drop final true command from unified tests
Matt Mackall -
r12346:3b165c12 default
parent child Browse files
Show More
@@ -1734,5 +1734,3 b' Disable the fakegroups trick to get real'
1734 acl: "unlikelytoexist" not defined in [acl.groups]
1734 acl: "unlikelytoexist" not defined in [acl.groups]
1735 error: pretxnchangegroup.acl hook failed: group 'unlikelytoexist' is undefined
1735 error: pretxnchangegroup.acl hook failed: group 'unlikelytoexist' is undefined
1736 abort: group 'unlikelytoexist' is undefined
1736 abort: group 'unlikelytoexist' is undefined
1737
1738 $ true
@@ -98,5 +98,3 b' copies here'
98 $ hg addremove -s80
98 $ hg addremove -s80
99 adding c
99 adding c
100 recording removal of d/a as rename to c (100% similar)
100 recording removal of d/a as rename to c (100% similar)
101
102 $ true
@@ -64,4 +64,3 b" push/pull name that doesn't exist"
64 $ hg pull -B anotherbadname ../a
64 $ hg pull -B anotherbadname ../a
65 abort: remote bookmark anotherbadname not found!
65 abort: remote bookmark anotherbadname not found!
66 [255]
66 [255]
67 $ true
@@ -187,5 +187,3 b' bookmark name with whitespace only'
187 $ hg bookmark ' '
187 $ hg bookmark ' '
188 abort: bookmark names cannot consist entirely of whitespace
188 abort: bookmark names cannot consist entirely of whitespace
189 [255]
189 [255]
190
191 $ true
@@ -61,5 +61,3 b''
61 rollback completed
61 rollback completed
62 abort: empty username!
62 abort: empty username!
63 [255]
63 [255]
64
65 $ true
@@ -38,5 +38,3 b''
38 $ hg diff -r tip -r ""
38 $ hg diff -r tip -r ""
39 abort: 00changelog.i@: ambiguous identifier!
39 abort: 00changelog.i@: ambiguous identifier!
40 [255]
40 [255]
41
42 $ true
@@ -21,5 +21,3 b''
21 $ test -d sub || echo "sub not present"
21 $ test -d sub || echo "sub not present"
22 sub not present
22 sub not present
23
23
24 $ true
25
@@ -171,5 +171,3 b' Test extdiff with --option:'
171 diffing this a.8a5febb7f867/a a.34eed99112ab/a
171 diffing this a.8a5febb7f867/a a.34eed99112ab/a
172 [1]
172 [1]
173
173
174 $ true
175
@@ -67,5 +67,3 b' remote with tags?'
67 $ hg id -t http://localhost:$HGPORT1/
67 $ hg id -t http://localhost:$HGPORT1/
68 abort: can't query remote revision number, branch, or tags
68 abort: can't query remote revision number, branch, or tags
69 [255]
69 [255]
70
71 $ true # ends with util.Abort -> returns 255
@@ -20,5 +20,3 b' hg debuginstall with no username'
20 (specify a username in your configuration file)
20 (specify a username in your configuration file)
21 1 problems detected, please check your install!
21 1 problems detected, please check your install!
22 [1]
22 [1]
23
24 $ true
@@ -8,6 +8,3 b' http://mercurial.selenic.com/bts/issue43'
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 [255]
11
12 $ true
13
@@ -27,5 +27,3 b' Bogus fast-forward should fail:'
27 abort: merging with a working directory ancestor has no effect
27 abort: merging with a working directory ancestor has no effect
28 [255]
28 [255]
29
29
30 $ true
31
@@ -63,7 +63,3 b' The next two calls are expected to abort'
63 $ hg manifest -r tip tip
63 $ hg manifest -r tip tip
64 abort: please specify just one revision
64 abort: please specify just one revision
65 [255]
65 [255]
66
67
68 $ true
69
@@ -90,5 +90,3 b' after'
90 $ hg resolve -l
90 $ hg resolve -l
91 U bar
91 U bar
92 R baz
92 R baz
93
94 $ true
@@ -14,4 +14,3 b''
14 comparing with .*/test-paths.t/b
14 comparing with .*/test-paths.t/b
15 no changes found
15 no changes found
16 [1]
16 [1]
17 $ true
@@ -50,5 +50,3 b' Expected to fail:'
50 abort: missing file data for beta:dddc47b3ba30e54484720ce0f4f768a0f4b6efb9 - run hg verify
50 abort: missing file data for beta:dddc47b3ba30e54484720ce0f4f768a0f4b6efb9 - run hg verify
51 [255]
51 [255]
52
52
53 $ true
54
@@ -12,5 +12,3 b''
12 $ hg tip
12 $ hg tip
13 abort: requirement 'indoor-pool' not supported!
13 abort: requirement 'indoor-pool' not supported!
14 [255]
14 [255]
15
16 $ true
@@ -23,5 +23,3 b''
23 abort: username 'foo\nbar3' contains a newline!
23 abort: username 'foo\nbar3' contains a newline!
24 [255]
24 [255]
25
25
26 $ true
27
General Comments 0
You need to be logged in to leave comments. Login now