Commit ed246cef authored by Toshi MARUYAMA's avatar Toshi MARUYAMA

scm: mercurial: wrap identifier with shell_quote at hgrev(identifier).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4666 e93f8b46-1217-0410-a6f0-8f06a7374b81
parent e4f72a8e
......@@ -212,7 +212,7 @@ module Redmine
# Returns correct revision identifier
def hgrev(identifier)
identifier.blank? ? 'tip' : identifier.to_s
shell_quote(identifier.blank? ? 'tip' : identifier.to_s)
end
private :hgrev
end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment