# File lib/capistrano/recipes/deploy/scm/bzr.rb, line 51 def log(from, to=nil) scm :log, "--short", "-r#{from}..#{to}", repository end