parsers: remove redundant 'n' variable in parsers.parse_index2() (
issue2935)
subrepo: handle adding svn subrepo with a svn:external file in it (
issue2931)
hook: be prepared for __stdout/err__ not having fileno()
it may have been replaced, see https://bitbucket.org/tortoisehg/thg/issue/937
dispatch: make sure global options on the command line take precedence
So if a user has verbose=True somewhere in his .hgrc files, giving -q
on the command line will override that.
This basically reverts
1b8c70c9f47c.
http2: send an extra header to signal a non-broken client
Some proxies strip the expect header because they forward requests in
a non-compliant way or as a way to defend against bogus clients.
httpclient: import
ca33b88d143c from py-nonblocking-http (
issue2932)
url: store and assume the query part of an url is in escaped form (
issue2921)