Closed alexbarton closed 5 years ago
I downgraded Mercurial to version 3.9.2, and it works again. So I think Mercurial 4 is indeed to blame …
I encountered the same issue. Fixed by downgrading. However, it also means that git-remote-hg needs to be updated to accommodate Hg's changes.
Commit mentioned above updates git-remote-hg to accommodate changes in Mercurial 4. Note that it is applied on another master that is now quite ahead of this repo's master and contains many other fixes and enhancements.
@mnauw Just tried your branch. Worked like a charm! Thanks.
@mnauw please create a pull request for that change so it can be merged in! Getting this same issue...
This should be fixed in v0.4. The commit is different though: ed5a70706aa80151d1e5fce6bad614e942e91bb2.
I get the following error when calling
git push origin master
:System is OS X 10.11, Mercurial 4.0 installed by Homebrew, which has been updated to version 4.0 (from 3.9.2, which worked for me) yesterday. So most probably it is Mercurial 4.0 that breaks git-remote-hg, I think?