# HG changeset patch # User Patrick Mezard # Date 1260965982 -3600 # Node ID 6d4fa274ae75b493473bbf46cf1b87f06f230f1e # Parent 97c75ad3b1a094742ae66b5de54e96d7f36f2816# Parent 7f5a71946aaa35d091aab1d3b6d6a598b025ab35 Merge with crew-stable diff -r 97c75ad3b1a0 -r 6d4fa274ae75 tests/test-hook --- a/tests/test-hook Tue Dec 15 12:33:04 2009 -0800 +++ b/tests/test-hook Wed Dec 16 13:19:42 2009 +0100 @@ -260,6 +260,6 @@ echo 'precommit.importfail = python:importfail.whatever' >> .hg/hgrc echo a >> a -hg --traceback commit -Ama 2>&1 | grep '^\(exception\|Traceback\|ImportError\)' +hg --traceback commit -Ama 2>&1 | egrep '^(exception|Traceback|ImportError)' exit 0