Created attachment 155302 [details] Fix hg-git for mercurial >= 3.3.3 Add an upstream patch for fix hg-git with mercurial >= 3.3.3
Created attachment 155338 [details] Fix for incompatibility with Mercurial > 3.3.2 The first patch creates two patch files (double patching) and contains superfluous lines. Use my clean patch instead, please. Tested and confirmed working with Mercurial > 3.3.2. Thanks!
(In reply to Marco Bröder from comment #1) Oups, I totally forgot to remove the temporary patch...
A commit references this bug: Author: jbeich Date: Sun May 3 07:30:33 UTC 2015 New revision: 385234 URL: https://svnweb.freebsd.org/changeset/ports/385234 Log: devel/hg-git: fix when using with mercurial >= 3.3.3 PR: 199262 Submitted by: Quentin Schwerkolt <schwer_q.lists@outlook.com> Approved by: Marco Br?der <marco.broeder@posteo.eu> (maintainer) Obtained from: https://github.com/schacon/hg-git/commit/6331251 Changes: head/devel/hg-git/Makefile head/devel/hg-git/files/ head/devel/hg-git/files/patch-hggit_gitdirstate.py
Thanks. Committed.