# File lib/capistrano/recipes/deploy/scm/darcs.rb, line 57 def diff(from, to=nil) scm :diff, "--from-match 'hash #{from}'", to && "--to-match 'hash #{to}'" end