Opened 11 years ago

Closed 11 years ago

#39800 closed defect (fixed)

py27-hgevolve claims to enable itself in .hgrc in an incorrect way

Reported by: mkae (Marko Käning) Owned by: seanfarley (Sean Farley)
Priority: Normal Milestone:
Component: ports Version: 2.1.3
Keywords: Cc:
Port: py-hgevolve

Description

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=

Change History (1)

comment:1 Changed 11 years ago by seanfarley (Sean Farley)

Resolution: fixed
Status: newclosed

Fixed in r108543. Thanks for the report!

Note: See TracTickets for help on using tickets.