scm: model: mercurial: set revision graph support true (#5501)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7718 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
57afa111a9
commit
9e238171ca
@ -49,6 +49,10 @@ class Repository::Mercurial < Repository
|
|||||||
true
|
true
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def supports_revision_graph?
|
||||||
|
true
|
||||||
|
end
|
||||||
|
|
||||||
def repo_log_encoding
|
def repo_log_encoding
|
||||||
'UTF-8'
|
'UTF-8'
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user