Is mercurial ready for Python 3?
Manuel Jacob
me at manueljacob.de
Thu May 14 21:12:08 UTC 2020
On 2020-05-14 22:34, Raffaele Salmaso wrote:
> On Thu, May 14, 2020 at 6:12 PM Detlev Offenbach
> <detlev at die-offenbachs.de>
> wrote:
>
>> If it is not ready yet, when will it be? Python2 is EOL since a couple
>> of
>> months.
>>
> I'm using hg with evolve/topic with python3, and I have no problem at
> all
> (and really happy about it :D).
> Only hg-git is not (yet) compatible.
> But I use hg on linux.
hg-git now mostly works on Python 3. Recently there was an alpha release
with Python 3 support.
You can install it with: pip3 install --user "hg-git>=0.9.0a1"
Here’s the announcement:
https://groups.google.com/forum/#!topic/hg-git/f4cWCdgDEew
If you find some bugs, please report them and we’ll try to fix them as
soon as possible.
More information about the Mercurial
mailing list