Changeset 4830
- Timestamp:
- 08/27/06 06:55:15 (2 years ago)
- Files:
-
- tools/capistrano/CHANGELOG (modified) (1 diff)
- tools/capistrano/lib/capistrano/scm/mercurial.rb (added)
- tools/capistrano/THANKS (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
tools/capistrano/CHANGELOG
r4829 r4830 1 1 *SVN* 2 3 * Add SCM module for Mercurial (closes #4150) [Matthew Elder] 2 4 3 5 * Remove unused line in SCM::Base (closes #5619) [chris@seagul.co.uk] tools/capistrano/THANKS
r3489 r4830 2 2 * Perforce SCM Module: Richard McMahon <richie.mcmahon@gmail.com> 3 3 * Bazaar-NG SCM Module: Damien Merenne <dam@capsule.org> 4 * Mercurial SCM Module: Matthew Elder <mae@mindflowsolutions.com>