##// END OF EJS Templates
Solaris compatibility fixes for test-keyword:...
Thomas Arendsen Hein -
r5855:a6ccb957 default
parent child Browse files
Show More
@@ -44,7 +44,7 b' hg status'
44
44
45 echo % default keyword expansion including commit hook
45 echo % default keyword expansion including commit hook
46 echo % interrupted commit should not change state or run commit hook
46 echo % interrupted commit should not change state or run commit hook
47 HGEDITOR=false hg --debug commit
47 hg --debug commit
48 echo % status
48 echo % status
49 hg status
49 hg status
50
50
@@ -131,7 +131,7 b' secondline'
131 EOF
131 EOF
132
132
133 echo % interrupted commit should not change state
133 echo % interrupted commit should not change state
134 HGEDITOR=false hg commit
134 hg commit
135 echo % status
135 echo % status
136 hg status
136 hg status
137
137
@@ -207,7 +207,7 b' echo % kwshrink a inside directory x'
207 hg --verbose kwshrink a
207 hg --verbose kwshrink a
208 echo % cat a
208 echo % cat a
209 cat a
209 cat a
210 cd - > /dev/null 2>&1
210 cd ..
211
211
212 echo % kwexpand nonexistent
212 echo % kwexpand nonexistent
213 hg kwexpand nonexistent
213 hg kwexpand nonexistent
@@ -103,7 +103,7 b' b'
103 sym
103 sym
104 transaction abort!
104 transaction abort!
105 rollback completed
105 rollback completed
106 abort: edit failed: false exited with status 1
106 abort: empty commit message
107 % status
107 % status
108 A a
108 A a
109 A b
109 A b
@@ -207,7 +207,7 b' a'
207 % interrupted commit should not change state
207 % interrupted commit should not change state
208 transaction abort!
208 transaction abort!
209 rollback completed
209 rollback completed
210 abort: edit failed: false exited with status 1
210 abort: empty commit message
211 % status
211 % status
212 M a
212 M a
213 ? log
213 ? log
General Comments 0
You need to be logged in to leave comments. Login now