Comment 5 for bug 497348

Revision history for this message
Martin von Gagern (gagern) wrote :

Yes, there is a regular expression hardcoded into trac as to what can be a changeset. In trac 0.11-stable it's this:
CHANGESET_ID = r"(?:\d+|[a-fA-F\d]{8,})" # only "long enough" hexa ids
There is no way for trac-bzr revids to follow such a scheme and still stay readable to humans.

Maybe we could provide our own IWikiSyntaxProvider in the future, but that would need some drafting.