Churn::SourceControl
# File lib/churn/svn_analyzer.rb, line 4 def get_logs `svn log #{date_range} --verbose`.split(/\n/).map { |line| clean_up_svn_line(line) }.compact end
[Validate]
Generated with the Darkfish Rdoc Generator 2.