# HG changeset patch # User Mads Kiilerich # Date 2013-03-09 00:09:53 # Node ID f8daaaf1b1e21e42467c5a4eab5d99872b4fda0a # Parent c44645e5a836167a6a023141ff4297acf4564ae0 diff_block: fix link to file revisions Pull requests would link to file revisions in the wrong repo. That was obviously only visible when merging between different repos - but then it would link to a non-existing revision. diff_block is apparently used pull-request-style with the 'b' revision of the diff shown first. It thus also has to point at the 'other' repo which is where the other revision can be found. diff --git a/rhodecode/templates/changeset/diff_block.html b/rhodecode/templates/changeset/diff_block.html --- a/rhodecode/templates/changeset/diff_block.html +++ b/rhodecode/templates/changeset/diff_block.html @@ -52,7 +52,7 @@