Mercurial > hg > soundsoftware-site
diff lib/redmine/scm/adapters/mercurial_adapter.rb @ 1116:bb32da3bea34 redmine-2.2-integration
Merge from live
author | Chris Cannam |
---|---|
date | Mon, 07 Jan 2013 14:41:20 +0000 |
parents | 433d4f72a19b 5e80956cc792 |
children | 51d7f3e06556 |
line wrap: on
line diff
--- a/lib/redmine/scm/adapters/mercurial_adapter.rb Mon Jan 07 12:01:42 2013 +0000 +++ b/lib/redmine/scm/adapters/mercurial_adapter.rb Mon Jan 07 14:41:20 2013 +0000 @@ -198,8 +198,7 @@ output.force_encoding('UTF-8') end begin - # Mercurial < 1.5 does not support footer template for '</log>' - parse_xml("#{output}</log>")['log'] + parse_xml("#{output}")['log'] rescue end end