You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ag...@apache.org on 2013/05/29 20:52:57 UTC

git commit: Add a note about using create-release-branch to checkout branches.

Updated Branches:
  refs/heads/master 9706eb97f -> b56eea513


Add a note about using create-release-branch to checkout branches.


Project: http://git-wip-us.apache.org/repos/asf/cordova-coho/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-coho/commit/b56eea51
Tree: http://git-wip-us.apache.org/repos/asf/cordova-coho/tree/b56eea51
Diff: http://git-wip-us.apache.org/repos/asf/cordova-coho/diff/b56eea51

Branch: refs/heads/master
Commit: b56eea513429464255b23c00e1c76a220a06bee3
Parents: 9706eb9
Author: Andrew Grieve <ag...@chromium.org>
Authored: Wed May 29 14:52:35 2013 -0400
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Wed May 29 14:52:35 2013 -0400

----------------------------------------------------------------------
 coho |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/b56eea51/coho
----------------------------------------------------------------------
diff --git a/coho b/coho
index 5c7ac2c..d7fa27c 100755
--- a/coho
+++ b/coho
@@ -638,7 +638,8 @@ function createReleaseBranchCommand() {
                '    1. Creating the branch if it doesn\'t already exist\n' +
                '    2. Updating cordova.js snapshot and VERSION file.\n' +
                '\n' +
-               'Command is safe to run multiple times.\n' +
+               'Command is safe to run multiple times, and can be run for the purpose\n' +
+               'of checking out existing release branches.\n' +
                '\n' +
                'Usage: $0 create-release-branch --version=2.8.0rc1')
     );
@@ -819,7 +820,7 @@ function main() {
             entryPoint: listReposCommand
         }, {
             name: 'create-release-branch',
-            desc: 'Branches, updates JS, updates VERSION.',
+            desc: 'Branches, updates JS, updates VERSION. Safe to run multiple times.',
             entryPoint: createReleaseBranchCommand
         }, {
             name: 'tag-release',