true
end
+ def supports_directory_revisions?
+ false
+ end
+
def entry(path=nil, identifier=nil)
scm.entry(path, identifier)
end
'Git'
end
+ def supports_directory_revisions?
+ true
+ end
+
def repo_log_encoding
'UTF-8'
end
'Mercurial'
end
+ def supports_directory_revisions?
+ true
+ end
+
def repo_log_encoding
'UTF-8'
end
'Subversion'
end
+ def supports_directory_revisions?
+ true
+ end
+
def repo_log_encoding
'UTF-8'
end