##// END OF EJS Templates
logcmdutil: pass formatter to jsonchangeset as argument...
logcmdutil: pass formatter to jsonchangeset as argument And rename the class. Now we can reuse it for 'log -Tcbor' (and '-Tpickle' if we want.)

File last commit:

r35623:45a81636 default
r37791:0f084741 default
Show More
test-check-jshint.t
11 lines | 250 B | text/troff | Tads3Lexer
#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' \
> 2>/dev/null \
> | xargs jshint