Hi,
we implemented linking things like #123 to our BTS using interhg, but we also
use gitweb. It works, but if the #123 occurs in the first line of the log,
like here:
http://hg.sympy.org/sympy/rev/ea69d4f982f4
you can see, that the title looks like this:
Make sympify("_a") work (
#496)
instead of this:
Make sympify("_a") work (#496)
and that's because it's HTML source code is:
<a class="title" href="/sympy/raw-rev/ea69d4f982f4">Make sympify("_a")
work (<a href="http://www.sympy.org/issues/detail?id=496">#496</a>) <span
class="logtags"></span></a>
so the two nested "<a>" tags mess up things. Should this be fixed in interhg,
or gitweb? My bet is in gitweb (to remove any <a> links from all titles)
Ondrej
|