Fix submitted by dmlm for generated Mercrial URLs.
authorEric S. Raymond <esr@thyrsus.com>
Fri, 23 Nov 2012 04:58:19 +0000 (23:58 -0500)
committerEric S. Raymond <esr@thyrsus.com>
Fri, 23 Nov 2012 04:59:58 +0000 (23:59 -0500)
commit05ab74e78a2b832489fef5488afcc5ee914396f4
treef3e82d8b1fbe77d8f7cc63cc7bf611cc2b8239a6
parent8efb19c997f7bd51fe24d49856de07dbc0e161bf
Fix submitted by dmlm for generated Mercrial URLs.

The constructed mercurial url is wrong - it creates urls like
"repo/rev3456fg", which just get redirected to the default log, rather
than the commit. The url should be "repo/rev/3456fg".
irkerhook.py