mirror of
https://github.com/redmine/redmine.git
synced 2025-11-01 10:56:17 +01:00
Mercurial adapter tests fix (#1469).
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1563 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -192,8 +192,6 @@ module Redmine
|
||||
end
|
||||
end
|
||||
|
||||
private
|
||||
|
||||
def hgversion_from_command_line
|
||||
@hgversion ||= %x{#{HG_BIN} --version}.match(/\(version (.*)\)/)[1]
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user