tests/test-check-code-hg.t
changeset 22047 8fb6844a4ff1
parent 21225 c58aa73bf0b9
equal deleted inserted replaced
22046:7a9cbb315d84 22047:8fb6844a4ff1
     1 #if test-repo
     1 #require test-repo
     2 
     2 
     3   $ check_code="$TESTDIR"/../contrib/check-code.py
     3   $ check_code="$TESTDIR"/../contrib/check-code.py
     4   $ cd "$TESTDIR"/..
     4   $ cd "$TESTDIR"/..
     5 
     5 
     6 New errors are not allowed. Warnings are strongly discouraged.
     6 New errors are not allowed. Warnings are strongly discouraged.
    11   Skipping hgext/zeroconf/Zeroconf.py it has no-che?k-code (glob)
    11   Skipping hgext/zeroconf/Zeroconf.py it has no-che?k-code (glob)
    12   Skipping i18n/polib.py it has no-che?k-code (glob)
    12   Skipping i18n/polib.py it has no-che?k-code (glob)
    13   Skipping mercurial/httpclient/__init__.py it has no-che?k-code (glob)
    13   Skipping mercurial/httpclient/__init__.py it has no-che?k-code (glob)
    14   Skipping mercurial/httpclient/_readers.py it has no-che?k-code (glob)
    14   Skipping mercurial/httpclient/_readers.py it has no-che?k-code (glob)
    15   Skipping mercurial/httpclient/socketutil.py it has no-che?k-code (glob)
    15   Skipping mercurial/httpclient/socketutil.py it has no-che?k-code (glob)
    16 
       
    17 #endif