Notes:
no global verbose flag for scm_verbose sync, checkout and export are just sync in p4
EXTENSIONS | = | {} | Holds the set of registered plugins, keyed by name (where the name is a symbol). | |
Error | = | Class.new(RuntimeError) | ||
CaptureError | = | Class.new(Capistrano::Error) | ||
NoSuchTaskError | = | Class.new(Capistrano::Error) | ||
NoMatchingServersError | = | Class.new(Capistrano::Error) | ||
ConnectionError | = | Class.new(Capistrano::RemoteError) | ||
TransferError | = | Class.new(Capistrano::RemoteError) | ||
CommandError | = | Class.new(Capistrano::RemoteError) | ||
LocalArgumentError | = | Class.new(Capistrano::Error) |
Register the given module as a plugin with the given name. It will henceforth be available via a proxy object on Configuration instances, accessible by a method with the given name.