# File lib/capistrano/recipes/deploy/scm/base.rb, line 147
        def command
          command = variable(:scm_command)
          command = nil if command == :default
          command || default_command
        end