Modify ↓
Opened 16 years ago
Closed 16 years ago
#8456 closed defect (duplicate)
mercurial plugin does not work with Hg 1.3
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | version control | Version: | none |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description (last modified by )
I'm getting an invalid keyword arg error from ui.__init__() when using
Trac multirepos and the Mercurial plugin on top of the recently released
Hg 1.3. It seems the Hg API has changed, they don't accept an
interactive flag as a kwarg any more. I get it to work with simply removing the offending line.
Attachments (1)
Change History (3)
by , 16 years ago
comment:2 by , 16 years ago
| Milestone: | not applicable |
|---|---|
| Resolution: | → duplicate |
| Status: | new → closed |
Even though this ticket was first, I'll close it as a duplicate of #8460, which has a better patch.
Note:
See TracTickets
for help on using tickets.



patch to fix the issue with Hg 1.3