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