scm: mercurial: latest changesets improvement and supporting tag (#1981).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5123 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA
2011-03-14 10:36:34 +00:00
parent a5e55a9053
commit c8ce22c275
2 changed files with 25 additions and 13 deletions

View File

@@ -147,7 +147,7 @@ class RepositoriesMercurialControllerTest < ActionController::TestCase
"test-#{@char_1}.txt"], assigns(:entries).collect(&:name)
changesets = assigns(:changesets)
assert_not_nil changesets
assert_equal %w(27 21 20 19 18 17), changesets.collect(&:revision)
assert_equal %w(21 20 19 18 17), changesets.collect(&:revision)
end
end