hgweb: avoid bad $$ processing in graph (
issue3601)
JavaScript .replace always magically processed $$ $& $' $` in replacement
strings and thus displayed subject lines incorrectly in the graph view.
Instead of regexps and .replace we now just create the strings the right way in
the first place.
Added signature for changeset
072209ae4ddb