diff -r 7a7c3369ee26 -r c2b7fb580794 tests/hghave.py --- a/tests/hghave.py Fri May 26 13:24:07 2017 -0700 +++ b/tests/hghave.py Fri May 26 14:52:54 2017 -0700 @@ -605,7 +605,7 @@ os.environ.get("HGTEST_RUN_TESTS_PURE") == "--pure", ]) -@check("slow", "allow slow tests") +@check("slow", "allow slow tests (use --allow-slow-tests)") def has_slow(): return os.environ.get('HGTEST_SLOW') == 'slow'