Comments
Patch
rename from tests/badserverext.py
rename to tests/testlib/badserverext.py
@@ -30,7 +30,7 @@
$ cat > .hg/hgrc << EOF
> [extensions]
- > badserver = $TESTDIR/badserverext.py
+ > badserver = $TESTDIR/testlib/badserverext.py
> [server]
> compressionengines = none
> EOF
@@ -33,7 +33,7 @@
Skipping contrib/packaging/hgpackaging/wix.py it has no-che?k-code (glob)
Skipping i18n/polib.py it has no-che?k-code (glob)
Skipping mercurial/statprof.py it has no-che?k-code (glob)
- Skipping tests/badserverext.py it has no-che?k-code (glob)
+ Skipping tests/testlib/badserverext.py it has no-che?k-code (glob)
@commands in debugcommands.py should be in alphabetical order.