Github user TimBarham commented on a diff in the pull request:

    https://github.com/apache/cordova-lib/pull/234#discussion_r32484031
  
    --- Diff: cordova-lib/src/cordova/platform.js ---
    @@ -68,6 +68,13 @@ function addHelper(cmd, hooksRunner, projectRoot, 
targets, opts) {
             }
         }
     
    +    if (opts.usegit) {
    +        msg = '\r\nWARNING: The --usegit flag has been deprecated ! \r\n' +
    +              'instead, please use: `cordova platform add 
git-url#custom-branch`. \r\n' +
    +              'e.g: cordova platform add 
https://github.com/apache/cordova-android.git#2.4.0 \r\n';
    +        events.emit('log', msg);
    --- End diff --
    
    Ok, seems backtick is used all over the place, so don't worry about that 
one :smile:.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to