Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 462DF10E89 for ; Fri, 30 Aug 2013 13:28:43 +0000 (UTC) Received: (qmail 69852 invoked by uid 500); 30 Aug 2013 13:27:25 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 68343 invoked by uid 500); 30 Aug 2013 13:26:57 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 67635 invoked by uid 99); 30 Aug 2013 13:25:52 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Aug 2013 13:25:52 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 7231F89E834; Fri, 30 Aug 2013 13:25:52 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: agrieve@apache.org To: commits@cordova.apache.org Date: Fri, 30 Aug 2013 13:25:53 -0000 Message-Id: In-Reply-To: <5e9e7a64a2694f8ea9587abc4292517b@git.apache.org> References: <5e9e7a64a2694f8ea9587abc4292517b@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/2] git commit: Change default of --repo to "auto" from "active" Change default of --repo to "auto" from "active" Project: http://git-wip-us.apache.org/repos/asf/cordova-coho/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-coho/commit/0033b1e8 Tree: http://git-wip-us.apache.org/repos/asf/cordova-coho/tree/0033b1e8 Diff: http://git-wip-us.apache.org/repos/asf/cordova-coho/diff/0033b1e8 Branch: refs/heads/master Commit: 0033b1e8270031f4f026bd30f53aad54c3cfae02 Parents: db019fd Author: Andrew Grieve Authored: Fri Aug 30 09:22:12 2013 -0400 Committer: Andrew Grieve Committed: Fri Aug 30 09:24:11 2013 -0400 ---------------------------------------------------------------------- coho | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/0033b1e8/coho ---------------------------------------------------------------------- diff --git a/coho b/coho index a437fb8..6895d5f 100755 --- a/coho +++ b/coho @@ -363,7 +363,7 @@ function registerRepoFlag(opt) { return opt.options('r', { alias: 'repo', desc: 'Which repos to operate on. Multiple flags allowed. This can be repo IDs or repo groups. Use the list-repos command see valid values.', - default: 'active' + default: 'auto' }); }