mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
e6ddd93ece
This makes it much easier (no hacks needed) to determine whether the user has installed an SCM plugin: simply check that the plugin responds to `scm?` and that it returns true. A new SCM::Plugin base class makes it easy to write such a plugin. This commit also updates the website docs that explain how to write SCM plugins so that they refer to this new technique. |
||
---|---|---|
.. | ||
console | ||
custom-scm | ||
filtering | ||
host-filtering | ||
ignoring | ||
overriding-capistrano-tasks | ||
properties | ||
property-filtering | ||
ptys | ||
remote-file | ||
role-filtering | ||
ssh-kit | ||
validation-of-variables |