Changeset 8760
- Timestamp:
- 01/31/08 05:01:20 (5 months ago)
- Files:
-
- tools/capistrano/CHANGELOG (modified) (1 diff)
- tools/capistrano/lib/capistrano/upload.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
tools/capistrano/CHANGELOG
r8759 r8760 1 1 *SVN* 2 3 * Fix documentation typo in upload.rb [evolving_jerk] 2 4 3 5 * Added test case to show that the :scm_command is honored by the git SCM module [grempe] tools/capistrano/lib/capistrano/upload.rb
r8750 r8760 49 49 # * data: required. Should refer to a String containing the contents of 50 50 # the file to upload. 51 # * mode: optional. The "mode" of the destination file. Defaults to 066 0.51 # * mode: optional. The "mode" of the destination file. Defaults to 0664. 52 52 # * logger: optional. Should point to a Capistrano::Logger instance, if 53 53 # given.