Closed alexbarton closed 6 years ago
This seems to be an incompativility with Mercurial 4.5: downgarding it back to 4.4.2 "solves" the issue (at least for me).
You can do this with the following commands when using Homebrew on macOS:
cd /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core
brew remove mercurial
git checkout 8fbbe1f571ac014dfe00e589930b6ec6f7ffd7d8 Formula/mercurial.rb
brew install mercurial
brew pin mercurial
git reset --hard
(Homebrew commit 8fbbe1f571ac014dfe00e589930b6ec6f7ffd7d8 is the "bottle" of Mercurial 4.4.2.)
Yeah, something changed in the internals there, still figuring out what and where exactly to get this going again ...
Wow that's a quick fix @mnauw! I can confirm that this solves my issue – thanks a lot!
Mercurial 4.5, Git 2.14.3, on macOS 10.13.3.