Opened 16 years ago
Closed 15 years ago
#9009 closed defect (fixed)
Mercurial plugin doesn't support multirepos wiki syntax
| Reported by: | Owned by: | Christian Boos | |
|---|---|---|---|
| Priority: | normal | Milestone: | plugin - mercurial |
| Component: | plugin/mercurial | Version: | 0.12dev |
| Severity: | normal | Keywords: | mecurial wiki |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
Links like [123:8f305123ebfa/reponame] should go to revision 8f305… in reponame, but the Mercurial plugin only sees the hex ID. If that ID does not exist in the default repository, it's a broken link.
Attachments (1)
Change History (5)
by , 16 years ago
| Attachment: | hgwiki.patch added |
|---|
comment:1 by , 16 years ago
comment:3 by , 15 years ago
| Priority: | normal → high |
|---|
Things like [f8edcca97297/ticket-links] indeed work, but not yet the suggested change (f8edcca97297/ticket-links), as I've not yet integrated the patch.
Things like [123:8f305123ebfa/reponame] will probably never work, though (we jump into the log syntax, for revision ranges).
comment:4 by , 15 years ago
| Priority: | high → normal |
|---|---|
| Resolution: | → fixed |
| Status: | new → closed |
I've improved a bit on the initial patch, and committed the result in r10521.



Nice catch, what happens with
[123:8f305123ebfa/reponame]is a bit tricky indeed.Group names should be more specific (e.g.
hgnode) , otherwise it looks good.