Class
Churn::SourceControl
In:
lib/churn/scm/source_control.rb
Parent:
Object
Base clase for analyzing various SCM systems like git, HG, and SVN
Methods
generate_history
get_logs
get_revisions
get_updated_files_change_info
get_updated_files_from_log
new
set_source_control
supported?
Public Class methods
new
(start_date=nil)
set_source_control
(start_date)
supported?
()
Public Instance methods
generate_history
(starting_point)
get_logs
()
get_revisions
()
get_updated_files_change_info
(revision, revisions)
get_updated_files_from_log
(revision, revisions)
[Validate]