Bug 199262

Summary: [patch] devel/hg-git: Fix for mercurial >= 3.3.3
Product: Ports & Packages Reporter: Quentin Schwerkolt <schwer_q.lists>
Component: Individual Port(s)Assignee: Jan Beich <jbeich>
Status: Closed FIXED    
Severity: Affects Some People CC: marco.broeder, schwer_q.lists
Priority: --- Keywords: patch
Version: LatestFlags: marco.broeder: maintainer-feedback+
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Fix hg-git for mercurial >= 3.3.3
none
Fix for incompatibility with Mercurial > 3.3.2 marco.broeder: maintainer-approval+

Description Quentin Schwerkolt 2015-04-07 11:43:01 UTC
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
Comment 1 Marco Bröder 2015-04-08 11:57:34 UTC
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!
Comment 2 Quentin Schwerkolt 2015-04-08 12:28:38 UTC
(In reply to Marco Bröder from comment #1)
Oups, I totally forgot to remove the temporary patch...
Comment 3 commit-hook freebsd_committer freebsd_triage 2015-05-03 07:31:38 UTC
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
Comment 4 Jan Beich freebsd_committer freebsd_triage 2015-05-03 07:32:11 UTC
Thanks. Committed.