# File lib/capistrano/recipes/deploy/scm/base.rb, line 98 def diff(from, to=nil) raise NotImplementedError, "`diff' is not implemented by #{self.class.name}" end