Method: Capistrano::Deploy::SCM::Darcs#head
- Defined in:
- lib/capistrano/recipes/deploy/scm/darcs.rb
#head ⇒ Object
Because darcs does not have any support for pseudo-ids, we’ll just return something here that we can use in the helpers below for determining whether we need to look up the latest revision.
17 18 19 |
# File 'lib/capistrano/recipes/deploy/scm/darcs.rb', line 17 def head :head end |