Redmine/app/models/repository
Toshi MARUYAMA 6bdc2c36f1 scm: mercurial: use to_s for revision in find_changeset_by_name method
On Rails 3.0.11, functional test fails.

<pre>
Error: test_diff_two_revs(RepositoriesMercurialControllerTest)
NoMethodError: undefined method `empty?' for 4:Fixnum
app/models/repository/mercurial.rb:76:in `find_changeset_by_name'
</pre>

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8938 e93f8b46-1217-0410-a6f0-8f06a7374b81
2012-02-23 12:18:30 +00:00
..
bazaar.rb human_attribute_name accepts optional argument. 2011-12-18 13:20:19 +00:00
cvs.rb human_attribute_name accepts optional argument. 2011-12-18 13:20:19 +00:00
darcs.rb human_attribute_name accepts optional argument. 2011-12-18 13:20:19 +00:00
filesystem.rb human_attribute_name accepts optional argument. 2011-12-18 13:20:19 +00:00
git.rb scm: git: reduce saving heads times in fetching revisions (#8857, #9472) 2012-02-11 05:42:43 +00:00
mercurial.rb scm: mercurial: use to_s for revision in find_changeset_by_name method 2012-02-23 12:18:30 +00:00
subversion.rb scm: subversion: code clean up model. 2011-05-12 07:15:39 +00:00