author | Simon Farnsworth <simonfar@fb.com> |
Mon, 06 Mar 2017 03:19:40 -0800 | |
changeset 31204 | 84e8a6834223 |
parent 29515 | bd18c2178fac |
child 32939 | cad62cb3c84c |
permissions | -rw-r--r-- |
#require test-repo $ . "$TESTDIR/helpers-testrepo.sh" $ cd "`dirname "$TESTDIR"`" look for python scripts that do not use /usr/bin/env $ hg files 'set:grep(r"^#!.*?python") and not grep(r"^#!/usr/bi{1}n/env python")' [1] look for shell scripts that do not use /bin/sh $ hg files 'set:grep(r"^#!.*/bi{1}n/sh") and not grep(r"^#!/bi{1}n/sh")' [1]