# File lib/capistrano/recipes/deploy/scm/mercurial.rb, line 25 def checkout(changeset, destination) clone(destination) + " && " + update(changeset, destination) end