Mercurial > hg-stable
diff tests/test-hgweb-commands @ 8448:0eb8c4df61bd
tests: renamed helper to avoid clash with stdlib repr module
author | Martin Geisler <mg@lazybytes.net> |
---|---|
date | Sun, 17 May 2009 02:31:12 +0200 |
parents | e1f4343db740 |
children | 2059be77d4f8 |
line wrap: on
line diff
--- a/tests/test-hgweb-commands Sun May 17 01:24:45 2009 +0200 +++ b/tests/test-hgweb-commands Sun May 17 02:31:12 2009 +0200 @@ -50,7 +50,7 @@ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT '?cmd=branches' echo % changegroup "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT '?cmd=changegroup' \ - | $TESTDIR/repr.py + | $TESTDIR/printrepr.py echo % stream_out "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT '?cmd=stream_out' echo % failing unbundle, requires POST request