How do I refer to a push in a ticket?

Asked by treaves

With subversion, I could use #123 to create a link to revision 123. With Bazaar, this does not work. I see that the pushes (changesets) are actually referred to as trunk,123, and I tried that too, but neither seems to work.

Question information

Language:
English Edit question
Status:
Answered
For:
Trac-Bzr Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Martin von Gagern (gagern) said :
#1

The #123 syntax links to ticket 123, not revision 123. See http://trac.edgewall.org/wiki/TracLinks for the various links. Of the different possible links for a given revision, only the form "changeset:trunk,123" is currently supported by trac-bzr. This fact is also documented on http://pypi.python.org/pypi/TracBzr#bracket-syntax as well as in the README shipped with the trac-bzr sources.

Can you help with this problem?

Provide an answer of your own, or ask treaves for more information if necessary.

To post a message you must log in.