Modify ↓
#2878 closed defect (fixed)
Minor error in Mercurial plugin setup.py script
| Reported by: | Owned by: | Christian Boos | |
|---|---|---|---|
| Priority: | high | Milestone: | plugin - mercurial |
| Component: | version control | Version: | devel |
| Severity: | minor | Keywords: | mercurial |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
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 (0)
Change History (3)
comment:1 by , 20 years ago
| Keywords: | mercurial added |
|---|---|
| Owner: | changed from to |
| Priority: | normal → high |
| Severity: | normal → minor |
| Status: | new → assigned |
comment:3 by , 14 years ago
| Milestone: | → plugin - mercurial |
|---|
Note:
See TracTickets
for help on using tickets.



Yes, and I also forgot some namespace_packages stuff…