- Mar 03, 2022
-
-
Yuya Nishihara authored
Disclaimer: This is _WIN32 code and I have no machine to test.
-
Yuya Nishihara authored
It's if"n"def.
-
- Mar 02, 2022
-
-
Augie Fackler authored
Differential Revision: https://phab.mercurial-scm.org/D12283
-
Augie Fackler authored
Not decoding was a Python 2 thing. Differential Revision: https://phab.mercurial-scm.org/D12282
-
Augie Fackler authored
Differential Revision: https://phab.mercurial-scm.org/D12281
-
Augie Fackler authored
We no longer support Python 2. Differential Revision: https://phab.mercurial-scm.org/D12280
-
Augie Fackler authored
Python 2 is gone. Differential Revision: https://phab.mercurial-scm.org/D12279
-
Augie Fackler authored
Differential Revision: https://phab.mercurial-scm.org/D12278
-
Augie Fackler authored
Differential Revision: https://phab.mercurial-scm.org/D12277
-
Augie Fackler authored
This varied when we supported Python 2. Differential Revision: https://phab.mercurial-scm.org/D12276
-
Augie Fackler authored
Differential Revision: https://phab.mercurial-scm.org/D12275
-
Augie Fackler authored
Differential Revision: https://phab.mercurial-scm.org/D12274
-
Augie Fackler authored
Differential Revision: https://phab.mercurial-scm.org/D12273
-
Augie Fackler authored
This was variable back when we supported Python 2. Differential Revision: https://phab.mercurial-scm.org/D12272
-
Augie Fackler authored
Differential Revision: https://phab.mercurial-scm.org/D12271
-
Augie Fackler authored
I'll inline print() etc in future patches. Differential Revision: https://phab.mercurial-scm.org/D12270
-
Augie Fackler authored
Differential Revision: https://phab.mercurial-scm.org/D12269
-
Augie Fackler authored
It's time to move on folks. Differential Revision: https://phab.mercurial-scm.org/D12268
-
Augie Fackler authored
Differential Revision: https://phab.mercurial-scm.org/D12266
-
- Feb 20, 2022
-
-
Gregory Szorc authored
This only worked on Python 2. And since we dropped support for Python 2, we can drop support for this functionality. Differential Revision: https://phab.mercurial-scm.org/D12233
-
Gregory Szorc authored
Since we always run on Python 3 now, we no longer need this macro to support Python 2. We refactor all users to just use the 2nd argument. Differential Revision: https://phab.mercurial-scm.org/D12232
-
Gregory Szorc authored
We only support Python 3 now. Differential Revision: https://phab.mercurial-scm.org/D12231
-
Gregory Szorc authored
We only support Python 3 now. Differential Revision: https://phab.mercurial-scm.org/D12230
-
Gregory Szorc authored
We no longer support Python 2. So we can unconditionally use the Python 3 symbol names. Differential Revision: https://phab.mercurial-scm.org/D12229
-
Gregory Szorc authored
We no longer need to support Python 2. So use the Python 3 symbol names directly. Differential Revision: https://phab.mercurial-scm.org/D12228
-
Gregory Szorc authored
We still alias the Python 2 symbols. This will be cleaned up in a separate commit. Differential Revision: https://phab.mercurial-scm.org/D12227
-
Gregory Szorc authored
Differential Revision: https://phab.mercurial-scm.org/D12226
-
Gregory Szorc authored
Differential Revision: https://phab.mercurial-scm.org/D12225
-
Gregory Szorc authored
We may want to inline these defines. But for now, getting rid of the Python 2 support is a step forward. Differential Revision: https://phab.mercurial-scm.org/D12224
-
Gregory Szorc authored
We no longer support Python 2. Differential Revision: https://phab.mercurial-scm.org/D12223
-
Gregory Szorc authored
Now that we dropped support for Python 2 we can use the Python 3 native functions. Differential Revision: https://phab.mercurial-scm.org/D12222
-
Gregory Szorc authored
We no longer need these since we dropped support for Python 2. Differential Revision: https://phab.mercurial-scm.org/D12221
-
- Feb 21, 2022
-
-
Arseniy Alekseyev authored
Differential Revision: https://phab.mercurial-scm.org/D12213
-
- Mar 01, 2022
-
-
Raphaël Gomès authored
-
Raphaël Gomès authored
-
Raphaël Gomès authored
-
- Feb 28, 2022
-
-
Raphaël Gomès authored
We shouldn't rely on this member being present in `dirstate.py`, this creates unnecessary coupling. This also can trigger certain issues in edge-cases where the policy is changed at runtime or multiple Python environments fight, which is an added bonus. Differential Revision: https://phab.mercurial-scm.org/D12217
-
- Feb 21, 2022
-
-
Raphaël Gomès authored
Differential Revision: https://phab.mercurial-scm.org/D12205
-
- Feb 18, 2022
-
-
Raphaël Gomès authored
Differential Revision: https://phab.mercurial-scm.org/D12204
-
Raphaël Gomès authored
Differential Revision: https://phab.mercurial-scm.org/D12216
-