test-patchbomb: fix style
Specifying revisions without -r is deprecated, break long lines.
util.termwidth: a file-like object may legitimately lack a fileno() method
Spotted in the wild when running a hook while pushing over HTTPS.
hgwebdir: read --webdir-conf as actual configuration to ui (
issue1586)
This cleans up code and allows specification of values more globally. For
example, it's now possible to specify web.contact in webdir-conf for all
repositories without a specified contact set.