comparison tests/test-check-code.t @ 32202:ded48ad55146

bdiff: proxy through mdiff module See the previous commit for why. mdiff seems a good place to host bdiff functions. bdiff.bdiff was already aliased as textdiff, so we use it.
author Yuya Nishihara <yuya@tcha.org>
date Wed, 26 Apr 2017 22:03:37 +0900
parents cf424dae5dc7
children c68c400d0a2d
comparison
equal deleted inserted replaced
32201:4462a981e8df 32202:ded48ad55146
7 New errors are not allowed. Warnings are strongly discouraged. 7 New errors are not allowed. Warnings are strongly discouraged.
8 (The writing "no-che?k-code" is for not skipping this file when checking.) 8 (The writing "no-che?k-code" is for not skipping this file when checking.)
9 9
10 $ hg locate -X contrib/python-zstandard -X hgext/fsmonitor/pywatchman | 10 $ hg locate -X contrib/python-zstandard -X hgext/fsmonitor/pywatchman |
11 > sed 's-\\-/-g' | "$check_code" --warnings --per-file=0 - || false 11 > sed 's-\\-/-g' | "$check_code" --warnings --per-file=0 - || false
12 contrib/perf.py:869: 12 contrib/perf.py:868:
13 > r.revision(r.node(x)) 13 > r.revision(r.node(x))
14 don't convert rev to node before passing to revision(nodeorrev) 14 don't convert rev to node before passing to revision(nodeorrev)
15 Skipping i18n/polib.py it has no-che?k-code (glob) 15 Skipping i18n/polib.py it has no-che?k-code (glob)
16 Skipping mercurial/httpclient/__init__.py it has no-che?k-code (glob) 16 Skipping mercurial/httpclient/__init__.py it has no-che?k-code (glob)
17 Skipping mercurial/httpclient/_readers.py it has no-che?k-code (glob) 17 Skipping mercurial/httpclient/_readers.py it has no-che?k-code (glob)