While working with just one associated repository, I was quite used to reference changesets in my Trac tickets using the changeset keyword and the commit's SHA1 hash like this:

[changeset:af54b6d]

which would give me an hyperlink to the corresponding changeset.

Now I'm working on a project where the same Trac environment (version 0.12) has multiple git repositories associated with it and no one is - and shouldn't be - the default, so the above syntax doesn't work anymore.

Can anyone please help me figuring out how to refer to a changeset in a specific repository?

Thank you!

2

There are 2 best solutions below

0
On BEST ANSWER

If your repository is named repo, you can link to the changeset with [changeset:af54b6d/repo].

1
On

I am using subversion, but asuming git changeset links work the sam way, you should use repo:changeset:af54b6d, where you must define repo in the [intertrac] section of the trac.ini. See also InterTrac