scm: mercurial: fix unit adapter annotate test fails on Windows Mercurial 1.8.4+29-e597ef52a7c2.

git-svn-id: svn://rubyforge.org/var/svn/redmine/trunk@6042 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
tmaruyama 2011-06-10 07:06:11 +00:00 committed by Felix Schäfer
parent 03dfae0529
commit 6a26543887
1 changed files with 2 additions and 1 deletions

View File

@ -271,7 +271,8 @@ module Redmine
end
blame
rescue HgCommandAborted
nil # means not found or cannot be annotated
# means not found or cannot be annotated
Annotate.new
end
class Revision < Redmine::Scm::Adapters::Revision