Quick note for people like me who use #Mercurial SCM with #hggit - it looks like hg-git is not compatible with Mercurial 7.2. I'm not complaining about this as hg-git states that it's only tested up to Mercurial 6.9.

/However/, if you're using it on a Mac with #homebrew, it looks like the old workaround of simply downloading the formula for the older version and doing a `brew install ./mercurial.rb` doesn't work anymore and one has to jump through additional hoops like creating a local tap.

Guess I should've pinned the working 7.1.2...

I hope #hggit pushes a working version out through pip soon. In the mean time, branch 1.3.x managed not to explode once. Afaict this has been another #python3 migration straggler. FYI, in my ~/.hgrc

hg-git = ~/clones/hg-git/hggit

and in the clone I had to

hg checkout -C 1.3.x

If you're not a #mercurial person, it "works great" as a #git client. With the above caveat.

I'm so so engraved to use #mercurial. 😎

My random testing of stuff is immediately accompanied with create a repo on it. Do the thing. And finally push to git with #hggit for others to use. πŸ˜…

Yes I can work with the #reflog of git. But why shoot my feet, when I can do it with something better? 😁

Somehow this badge is really me, #hggit ( git client on #mercurial ), #HaikuOS, and #microblogpub
The road towards ditching #Python 2 is still a bumpy one. While current #Mercurial supports Python 3, #Ubuntu's package still uses Python 2 for it. Not without a reason - e.g. the latest release of the #hggit extension doesn't work with Python 3 (dev branch is almost there).