pathutil: add the more efficient finddir iterator
(to be used in subsequent commits)
typing: import unconditionally
This is needed if we're writing python3 signatures.
tests: check how hgweb handles HEAD requests
This test file is loosely based on test-hgweb.t.
HEAD support originally implemented in
fda5a4b853ab.