# HG changeset patch # User Marcin Kuzminski # Date 1350508369 -7200 # Node ID 7d86b61b152a4a46bbf3c6537fb6f69de471df72 # Parent 07d620f6db2e05d3e3a9fa841d48135faa850354 compare button in changelog uses the choosen branch from the dropdown diff -r 07d620f6db2e -r 7d86b61b152a rhodecode/templates/changelog/changelog.html --- a/rhodecode/templates/changelog/changelog.html Wed Oct 17 21:34:52 2012 +0200 +++ b/rhodecode/templates/changelog/changelog.html Wed Oct 17 23:12:49 2012 +0200 @@ -37,7 +37,7 @@ %if c.rhodecode_db_repo.fork: - ${_('Compare fork')} + ${_('Compare fork')} %endif %if h.is_hg(c.rhodecode_repo): ${_('Open new pull request')}