Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Jun 2017 12:53:51 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 220357] hg-git breakage during conversion
Message-ID:  <bug-220357-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D220357

            Bug ID: 220357
           Summary: hg-git breakage during conversion
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: domagoj.stolfa@gmail.com
                CC: marco.broeder@posteo.eu
                CC: marco.broeder@posteo.eu
             Flags: maintainer-feedback?(marco.broeder@posteo.eu)

Created attachment 183910
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D183910&action=
=3Dedit
Backtrace during hg update

Using the HEAD ports tree on FreeBSD 12.0-CURRENT with hg and interacting w=
ith
a git repository while using devel/hg-git breaks. This breakage does not ex=
ist
and everything works perfectly once the pip version of hg-git is used.

Specifically, this can be reproduced with the following steps:

# pkg install py27-hg-git

$ cd /path/to/repo
$ hg init
$ echo '[paths]' >> .hg/hgrc=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20
$ echo 'git =3D git+ssh://<git repo>/=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20
$ echo '[extensions]' >> .hg/hgrc=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20
$ echo 'hggit=3D' >> .hg/hgrc=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20

followed by:

$ hg pull git
$ hg update

The updating part breaks with the attached backtrace.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-220357-13>