hg: drop hg10 requirement for jshint and pylint

Summary:
Just drops the hg10 requirement since version numbers work differently
in our repo.  These still don't run unless you have the appropriate jshint and
pylint programs installed (which I don't).

Reviewed By: quark-zju

Differential Revision: D6802387

fbshipit-source-id: bdfda8257c358b3a6db839aa130b555124c8ef04
This commit is contained in:
Durham Goode 2018-01-24 15:34:46 -08:00 committed by Saurabh Singh
parent 8d8353d5e3
commit 9b9a988499
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#require test-repo jshint hg10
#require test-repo jshint
$ . "$TESTDIR/helpers-testrepo.sh"

View File

@ -1,4 +1,4 @@
#require test-repo pylint hg10
#require test-repo pylint
Run pylint for known rules we care about.
-----------------------------------------