Show More
@@ -260,6 +260,6 b" echo '[hooks]' > .hg/hgrc" | |||||
260 | echo 'precommit.importfail = python:importfail.whatever' >> .hg/hgrc |
|
260 | echo 'precommit.importfail = python:importfail.whatever' >> .hg/hgrc | |
261 |
|
261 | |||
262 | echo a >> a |
|
262 | echo a >> a | |
263 |
hg --traceback commit -Ama 2>&1 | grep '^ |
|
263 | hg --traceback commit -Ama 2>&1 | egrep '^(exception|Traceback|ImportError)' | |
264 |
|
264 | |||
265 | exit 0 |
|
265 | exit 0 |
General Comments 0
You need to be logged in to leave comments.
Login now