Opened 13 years ago
Closed 13 years ago
#8443 closed bug (fixed)
Revision short cuts somewhat broken
Reported by: | axeld | Owned by: | haiku-web |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Website/Trac | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Change History (2)
comment:1 by , 13 years ago
comment:2 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
This was not a conscious decision, but a configuration error. We have a link rewriter that rewrites the links into hrev links, like you will see now. However, that behaviour was overridden by the subversion repository module of Trac. Now it will work correctly.
Please reopen if the bug remains.
Note:
See TracTickets
for help on using tickets.
I'm guessing it was intentionally chosen to end using the "r" syntax because buildtools and haiku repo's are now incremented independently (in fact, one might argue that it's appropriate to redirect the old "r" links to the old svn repo where they were combined still).
It was chosen to use hrev and btrev to indicate the separate repos.
Personally, I would like to start using the [e1b41a1a8c351233bcc6b98b6aa53a085351cf25] syntax (or the short tag option), but it seems we haven't included the Trac git module yet.
In most other trac repo's, square brackets are used to indicate a revision/commit/tag/label from the VCS.