Mercurial > hg
view tests/test-check-jshint.t @ 35537:58fda95a0202
lfs: add a comment to describe subtle local blobstore open() behavior
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Fri, 05 Jan 2018 21:48:29 -0500 |
parents | 5d4369079c86 |
children | 45a816361926 |
line wrap: on
line source
#require test-repo jshint hg10 $ . "$TESTDIR/helpers-testrepo.sh" run jshint on all tracked files ending in .js except vendored dependencies $ cd "`dirname "$TESTDIR"`" $ testrepohg locate 'set:**.js' \ > -X mercurial/templates/static/excanvas.js \ > 2>/dev/null \ > | xargs jshint