# File lib/capistrano/recipes/deploy/scm/base.rb, line 80
        def head
          raise NotImplementedError, "`head' is not implemented by #{self.class.name}"
        end