# File lib/capistrano/recipes/deploy/scm/base.rb, line 93
        def sync(revision, destination)
          raise NotImplementedError, "`sync' is not implemented by #{self.class.name}"
        end