1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00
capistrano/test/deploy/scm
Tim Harper 3777ddcd57 Display a deprecation error if a remote git branch is specified
Capistrano 2.2 allowed you to do this:
set :branch,  "origin/release"

In capistrano 2.3, the correct syntax is now:
set :branch,  "release"

This change will cause capistrano to show a helpful error message for those upgraders who have been using the 'origin/release' syntax.
2008-05-16 14:21:06 -06:00
..
accurev_test.rb fix tests to depend on a preset load path rather than an explicit require path in each 2008-04-25 09:21:12 -06:00
base_test.rb fix tests to depend on a preset load path rather than an explicit require path in each 2008-04-25 09:21:12 -06:00
git_test.rb Display a deprecation error if a remote git branch is specified 2008-05-16 14:21:06 -06:00
mercurial_test.rb fix tests to depend on a preset load path rather than an explicit require path in each 2008-04-25 09:21:12 -06:00