##// END OF EJS Templates
tests: renamed helper to avoid clash with stdlib repr module
Martin Geisler -
r8448:0eb8c4df default
parent child Browse files
Show More
1 NO CONTENT: file renamed from tests/repr.py to tests/printrepr.py
NO CONTENT: file renamed from tests/repr.py to tests/printrepr.py
@@ -50,7 +50,7 b' echo % branches'
50 "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT '?cmd=branches'
50 "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT '?cmd=branches'
51 echo % changegroup
51 echo % changegroup
52 "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT '?cmd=changegroup' \
52 "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT '?cmd=changegroup' \
53 | $TESTDIR/repr.py
53 | $TESTDIR/printrepr.py
54 echo % stream_out
54 echo % stream_out
55 "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT '?cmd=stream_out'
55 "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT '?cmd=stream_out'
56 echo % failing unbundle, requires POST request
56 echo % failing unbundle, requires POST request
@@ -47,7 +47,7 b' cat orig >> binary-local'
47 python simplemerge -p binary-local base other
47 python simplemerge -p binary-local base other
48
48
49 echo '% binary file --text'
49 echo '% binary file --text'
50 python simplemerge -a -p binary-local base other 2>&1 | $TESTDIR/repr.py
50 python simplemerge -a -p binary-local base other 2>&1 | $TESTDIR/printrepr.py
51
51
52 echo '% help'
52 echo '% help'
53 python simplemerge --help
53 python simplemerge --help
General Comments 0
You need to be logged in to leave comments. Login now