Show More
@@ -1129,3 +1129,8 b' def has_lzma():' | |||||
1129 | return True |
|
1129 | return True | |
1130 | except ImportError: |
|
1130 | except ImportError: | |
1131 | return False |
|
1131 | return False | |
|
1132 | ||||
|
1133 | ||||
|
1134 | @check("bash", "bash shell") | |||
|
1135 | def has_bash(): | |||
|
1136 | return matchoutput("bash -c 'echo hi'", b'^hi$') |
@@ -1,3 +1,4 b'' | |||||
|
1 | #require bash | |||
1 | Test that, when an hg push is interrupted and the remote side recieves SIGPIPE, |
|
2 | Test that, when an hg push is interrupted and the remote side recieves SIGPIPE, | |
2 | the remote hg is able to successfully roll back the transaction. |
|
3 | the remote hg is able to successfully roll back the transaction. | |
3 |
|
4 |
General Comments 0
You need to be logged in to leave comments.
Login now