- Oct 13, 2017
-
-
Boris Feld authored
-
Boris Feld authored
-
- Oct 11, 2017
-
-
Boris Feld authored
-
- Oct 13, 2017
-
-
Boris Feld authored
-
Boris Feld authored
-
Boris Feld authored
-
Boris Feld authored
-
Boris Feld authored
-
- Oct 11, 2017
-
-
Boris Feld authored
-
Boris Feld authored
-
- Oct 13, 2017
-
-
Boris Feld authored
-
Boris Feld authored
There are various issue with the previous code, all hidden by the try-except clause. These are fixed now.
-
- Oct 11, 2017
-
-
Boris Feld authored
-
Boris Feld authored
-
Boris Feld authored
-
Boris Feld authored
-
- Oct 15, 2017
-
-
Augie Fackler authored
That's more in line with what we want, and we know it's ASCII data since that's all HTTP technically allows in headers anyway. Differential Revision: https://phab.mercurial-scm.org/D1112
-
Augie Fackler authored
I'll fix the decodevaluefromheaders function in an upcoming change. Differential Revision: https://phab.mercurial-scm.org/D1111
-
Augie Fackler authored
We assume http-originated values are ASCII, which should be safe based on the RFC. Differential Revision: https://phab.mercurial-scm.org/D1110
-
Augie Fackler authored
Differential Revision: https://phab.mercurial-scm.org/D1109
-
Augie Fackler authored
Differential Revision: https://phab.mercurial-scm.org/D1108
-
Augie Fackler authored
Differential Revision: https://phab.mercurial-scm.org/D1107
-
- Oct 16, 2017
-
-
Boris Feld authored
It turned out that configbool is used for most of them so the registered default value was wrong.
-
Denis Laxalde authored
Thanks to Yuya Nishihara for suggesting.
-
- Oct 15, 2017
-
-
Pulkit Goyal authored
Differential Revision: https://phab.mercurial-scm.org/D1098
-
- Oct 13, 2017
-
-
Boris Feld authored
It turned out that configbool is used for most of them so the registered default value was wrong.
-
- Oct 08, 2017
-
-
Boris Feld authored
Rename 'devel.empty-changegroup' to 'devel.warn-empty- changegroup' in order to clarify it controls a warning message. No alias is installed since the previous configuration option was not documented.
-
- Oct 15, 2017
-
-
Augie Fackler authored
Differential Revision: https://phab.mercurial-scm.org/D1104
-
Augie Fackler authored
Differential Revision: https://phab.mercurial-scm.org/D1103
-
Augie Fackler authored
Differential Revision: https://phab.mercurial-scm.org/D1102
-
Augie Fackler authored
Differential Revision: https://phab.mercurial-scm.org/D1101
-
Augie Fackler authored
The latter returns a generator object on Python 3, which breaks various parts of hg that expected a list. Differential Revision: https://phab.mercurial-scm.org/D1100
-
Augie Fackler authored
In Python 3, the map() returns a generator object instead of a list, and some parts of hg depend on this being consumable more than once or sortable in place. Differential Revision: https://phab.mercurial-scm.org/D1099
-
- Oct 14, 2017
-
-
Augie Fackler authored
This will explode violently if we have a non-ascii command name. That shouldn't ever happen in core, and seems unlikely even in third-party code. Regardless, it'll explode violently, so we can revisit things in the future if we need to change the encoding here. Differential Revision: https://phab.mercurial-scm.org/D1092
-
Augie Fackler authored
These new names are portable back to Python 2.6. Differential Revision: https://phab.mercurial-scm.org/D1091
-
Augie Fackler authored
Differential Revision: https://phab.mercurial-scm.org/D1090
-
Augie Fackler authored
Differential Revision: https://phab.mercurial-scm.org/D1089
-
Augie Fackler authored
Without this if branch, we infinitely recurse in _flatten, which is very confusing. Something in an hgweb template is trying to write out a string instead of a bytes on Python 3, and this at least makes it crash politely. Differential Revision: https://phab.mercurial-scm.org/D1088
-
Augie Fackler authored
This lets me actually get a capabilities response from hgweb over http. Differential Revision: https://phab.mercurial-scm.org/D1087
-
Augie Fackler authored
Differential Revision: https://phab.mercurial-scm.org/D1086
-