##// END OF EJS Templates
largefiles: fix largefiles+subrepo update (issue3752)...
largefiles: fix largefiles+subrepo update (issue3752) Override updaterepo() instead of individual methods that may not be called for each subrepo. Add test. Based on patch from Matt Harbison. Changes the order of update-related messages (now largefiles comes before the global status).

File last commit:

r17977:a6180647 default
r18459:c9db897d stable
Show More
test-check-code-hg.t
11 lines | 340 B | text/troff | Tads3Lexer
/ tests / test-check-code-hg.t
Mads Kiilerich
tests: convert test-check-code-hg.py to .t
r15557 $ check_code="$TESTDIR"/../contrib/check-code.py
$ cd "$TESTDIR"/..
Mads Kiilerich
tests: solaris sh can not negate exit status with '!'
r16485 $ if hg identify -q > /dev/null; then :
> else
Greg Ward
test-check-code-hg: skip test if not in a working dir (issue3248).
r16179 > echo "skipped: not a Mercurial working dir" >&2
> exit 80
> fi
Mads Kiilerich
tests: run check-code with warnings and maintain a whitelist...
r15558
Matt Mackall
tests: only call check-code once...
r17977 New errors are not allowed. Warnings are strongly discouraged.
$ hg manifest | xargs "$check_code" --warnings --nolineno --per-file=0