config: handle comment lines in continuations (
issue2854)
http: report unexpected unparsable push responses (
issue2777)
cmdutil: return a dummy, closable file object if it cannot be duped
If the ui I/O descriptors aren't real descriptors, they cannot be duped.
Instead, we return a wrapper object that behaves the same, and
can be closed (by overriding close and doing nothing).