Changeset 7023
- Timestamp:
- 06/14/07 15:18:36 (1 year ago)
- Files:
-
- tools/capistrano/CHANGELOG (modified) (1 diff)
- tools/capistrano/lib/capistrano/logger.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
tools/capistrano/CHANGELOG
r7008 r7023 1 1 *SVN* 2 3 * Logger defaults to $stderr instead of STDERR [lhartley] 2 4 3 5 * Use cp -RPp instead of -a in the remote cache strategy tools/capistrano/lib/capistrano/logger.rb
r6315 r7023 12 12 13 13 def initialize(options={}) 14 output = options[:output] || STDERR14 output = options[:output] || $stderr 15 15 if output.respond_to?(:puts) 16 16 @device = output