Mercurial > hg
view tests/test-check-jshint.t @ 35149:e6487522ef92
py3: use pycompat.maplist() instead of map()
Differential Revision: https://phab.mercurial-scm.org/D1558
author | Pulkit Goyal <7895pulkit@gmail.com> |
---|---|
date | Wed, 29 Nov 2017 08:40:58 +0530 |
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