Mercurial > public > mercurial-scm > hg-stable
diff tests/get-with-headers.py @ 8447:d5ebcf8f6855
tests: fix doc string in get-with-headers.py
author | Martin Geisler <mg@lazybytes.net> |
---|---|
date | Sun, 17 May 2009 01:24:45 +0200 |
parents | c5e37dc38a52 |
children | 4d9dea174b84 |
line wrap: on
line diff
--- a/tests/get-with-headers.py Sun May 17 01:16:56 2009 +0200 +++ b/tests/get-with-headers.py Sun May 17 01:24:45 2009 +0200 @@ -1,6 +1,6 @@ #!/usr/bin/env python -__doc__ = """This does HTTP get requests given a host:port and path and returns +"""This does HTTP GET requests given a host:port and path and returns a subset of the headers plus the body of the result.""" import httplib, sys, re