Modify ↓
Opened 15 years ago
Closed 15 years ago
#8460 closed defect (fixed)
TracMercurial fails with internal error with Mercurial 1.3 installed
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | high | Milestone: | not applicable |
Component: | plugin/mercurial | Version: | 0.11.2.1 |
Severity: | major | Keywords: | mercurial TracMercurial plugin 1.3 |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
The TracMercurial plugin in revision 8352 can't interact with Mercurial 1.3 and fails with a hint on invalid usage of argument 'interactive' in '__init__' of 'trac_ui' class in 'backend.py'.
Reason
Mercurial 1.3 changed the ui class.
Possible solution
See attached patch for the plugin's subversion revision 8352 implementing the API change solution suggestions from Mercurial site.
Attachments (1)
Change History (7)
by , 15 years ago
Attachment: | patch_8352_for_hg_1.3 added |
---|
comment:5 by , 15 years ago
Owner: | changed from | to
---|
Done for all branches of the plugin in [8365:8367].
Thanks for the patch!
comment:6 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Patch for rev. 8352 for HG 1.3 compatibility