Edgewall Software

Ticket #2878 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

Minor error in Mercurial plugin setup.py script

Reported by: robert.butterfield@… Owned by: cboos
Priority: high Milestone:
Component: version control Version: devel
Severity: minor Keywords: mercurial
Cc:

Description

For revision r3013 Mercurial plugin does not install correctly (using trac dev trunk).

File: source:sandbox/mercurial-plugin/setup.py

Current setup.py has

packages=tracvc?,

needs

packages=['tracvc','tracvc.hg'],

otherwise egg is built with missing hg.backend code

Attachments

Change History

Changed 2 years ago by cboos

  • keywords mercurial added
  • owner changed from cmlenz to cboos
  • status changed from new to assigned
  • severity changed from normal to minor
  • priority changed from normal to high

Yes, and I also forgot some namespace_packages stuff...

Changed 2 years ago by cboos

  • status changed from assigned to closed
  • resolution set to fixed

Fixed in r3014. Thanks!

Add/Change #2878 (Minor error in Mercurial plugin setup.py script)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
 
Note: See TracTickets for help on using tickets.