- Sep 19, 2017
-
-
Pulkit Goyal authored
This patch adds support for storing the type of command which is going to run in the func object. For this it does the following: 1) Add three possible values as attributes to the registrar.command class 2) Add a new argument to registrar.command._doregister function 3) Add a new attribute cmdtype to the func object The type of command will be helpful in deciding what level of access on hidden commits it can has. Differential Revision: https://phab.mercurial-scm.org/D736
-
- Oct 16, 2017
-
-
Pulkit Goyal authored
The function document says that it returns true when the fragment can be merged, but if you see the function just above it which is similar(), it writes already exists thing if return value from similaritycheck() is False which is just opposite of the doc. This patch fixes that. Differential Revision: https://phab.mercurial-scm.org/D1119
-
- Oct 13, 2017
-
-
Boris Feld authored
-
Boris Feld authored
-
Boris Feld authored
-
Boris Feld authored
-
Boris Feld authored
-
Boris Feld authored
-
Boris Feld authored
-
Boris Feld authored
-
Boris Feld authored
-
Boris Feld authored
-
Boris Feld authored
-
Boris Feld authored
The new 'itemregister' class should be used when loading the extension config. This was and oversight when itemregister was introduced.
-
- Oct 11, 2017
-
-
Boris Feld authored
-
Boris Feld authored
-
- Oct 13, 2017
-
-
Boris Feld authored
-
Boris Feld authored
-
Boris Feld authored
-
Boris Feld authored
-
Boris Feld authored
-
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
-