Branches wiki macro is defunct
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Trac-Bzr |
Fix Released
|
Medium
|
Martin von Gagern |
Bug Description
trac-bzr seems to provide a wiki macro [[Branches]]. Its implementation is seriously broken, though: obtaining a temp_branch from the repository_dir won't work unless the root of the repo is a branch as well. And if that aspect is fixed, BzrConnector.
I assume that all this hackery in BzrConnector should be replaced with a clean instantiation of BzrRepository and proper operations on that object. Not sure, though. In any case, I suggest you either restore the functionality of said macro or, if there is a goo dreason not to, disable it (e.g. rendering "disabled" instead of some table) or remove it altogether.
Related branches
- Trac-bzr-team: Pending requested
-
Diff: 83 lines (+35/-28)1 file modifiedtracbzr/backend.py (+35/-28)
Changed in trac-bzr: | |
assignee: | nobody → Martin von Gagern (gagern) |
importance: | Undecided → Medium |
milestone: | none → 0.3.0 |
status: | New → In Progress |
Changed in trac-bzr: | |
status: | In Progress → Fix Committed |
Changed in trac-bzr: | |
status: | Fix Committed → Fix Released |