##// END OF EJS Templates
tests: add a comment in a test that will hopefully save someone some time...
Kyle Lippincott -
r47261:02d91167 default
parent child Browse files
Show More
@@ -14,6 +14,10 b' these may expose other cycles.'
14 Known-bad files are excluded by -X as some of them would produce unstable
14 Known-bad files are excluded by -X as some of them would produce unstable
15 outputs, which should be fixed later.
15 outputs, which should be fixed later.
16
16
17 NOTE: the `hg locate` command here only works on files that are known to
18 Mercurial. If you add an import of a new file and haven't yet `hg add`ed it, you
19 will likely receive warnings about a direct import.
20
17 $ testrepohg locate 'set:**.py or grep(r"^#!.*?python")' \
21 $ testrepohg locate 'set:**.py or grep(r"^#!.*?python")' \
18 > 'tests/**.t' \
22 > 'tests/**.t' \
19 > -X hgweb.cgi \
23 > -X hgweb.cgi \
General Comments 0
You need to be logged in to leave comments. Login now