##// END OF EJS Templates
scm: model: mercurial: set revision graph support true (#5501)...
Toshi MARUYAMA -
r7598:9e238171cafe
parent child
Show More
@@ -49,6 +49,10 class Repository::Mercurial < Repository
49 49 true
50 50 end
51 51
52 def supports_revision_graph?
53 true
54 end
55
52 56 def repo_log_encoding
53 57 'UTF-8'
54 58 end
General Comments 0
You need to be logged in to leave comments. Login now