Method: Autumn::Script#use_vcs

Defined in:
lib/autumn/script.rb

#use_vcsObject

Determines the version control system in use by this project and sets the vcs attribute to its name (:cvs, :svn, or :git).



53
54
55
# File 'lib/autumn/script.rb', line 53

def use_vcs
  @vcs = find_vcs
end