Ticket #2878 (closed defect: fixed)
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
Note: See
TracTickets for help on using
tickets.


