[MacPorts] #39800: py27-hgevolve claims to enable itself in .hgrc in an incorrect way
MacPorts
noreply at macports.org
Thu Jul 18 22:45:16 PDT 2013
#39800: py27-hgevolve claims to enable itself in .hgrc in an incorrect way
--------------------+-------------------------
Reporter: mk@… | Owner: sean@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.1.3
Keywords: | Port: py-hgevolve
--------------------+-------------------------
When installing this port a message during install claims that the user
should insert this line
{{{
hgevolve =
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/site-packages/hgevolve
}}}
into .hgrc, but in fact this causes an error when running hg, since no
package can be found in that folder.
What one really has to do is to just insert
{{{
hgevolve=
}}}
and all is working fine, well actually also rebase is needed!
{{{
rebase=
hgevolve=
}}}
--
Ticket URL: <https://trac.macports.org/ticket/39800>
MacPorts <http://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list