Mercurial > hg
annotate contrib/debian/default-tools.rc @ 37589:e320d9405bba
hgweb: put response headers back into str for Python 3
This fixes a lot of hanging tests on Python 3, because
"Content-Length" was getting sent as "b'Content-Length'" (yes, really)
and then clients would expect a close-is-end body instead of counting
off a certain number of bytes.
Differential Revision: https://phab.mercurial-scm.org/D3248
author | Augie Fackler <augie@google.com> |
---|---|
date | Wed, 11 Apr 2018 16:09:23 -0400 |
parents | dc82c9777209 |
children |
rev | line source |
---|---|
32065
dc82c9777209
debian: configure editor and pager to sensible-\1 by default
Augie Fackler <augie@google.com>
parents:
diff
changeset
|
1 [ui] |
dc82c9777209
debian: configure editor and pager to sensible-\1 by default
Augie Fackler <augie@google.com>
parents:
diff
changeset
|
2 editor = sensible-editor |
dc82c9777209
debian: configure editor and pager to sensible-\1 by default
Augie Fackler <augie@google.com>
parents:
diff
changeset
|
3 |
dc82c9777209
debian: configure editor and pager to sensible-\1 by default
Augie Fackler <augie@google.com>
parents:
diff
changeset
|
4 [pager] |
dc82c9777209
debian: configure editor and pager to sensible-\1 by default
Augie Fackler <augie@google.com>
parents:
diff
changeset
|
5 pager = sensible-pager |