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 2014/04/07 16:00:59 UTC

git commit: Change default value of max-age for list-pull to not hide by default

Repository: cordova-coho
Updated Branches:
  refs/heads/master 5b60d57a4 -> 3180888ff


Change default value of max-age for list-pull to not hide by default

Now that we know how to close PRs, hiding isn't useful.


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

Branch: refs/heads/master
Commit: 3180888ffab3132e9196ff297069df6ac5f566f1
Parents: 5b60d57
Author: Andrew Grieve <ag...@chromium.org>
Authored: Mon Apr 7 08:00:17 2014 -0600
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Mon Apr 7 08:00:17 2014 -0600

----------------------------------------------------------------------
 coho | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/3180888f/coho
----------------------------------------------------------------------
diff --git a/coho b/coho
index b648b4c..00d5022 100755
--- a/coho
+++ b/coho
@@ -1970,7 +1970,7 @@ function listPullRequestsCommand() {
         .options('max-age', {
             desc: 'Don\'t show pulls older than this (in days)',
             type: 'number',
-            default: 90
+            default: 1000
          })
         .options('hide-user', {
             desc: 'Hide PRs where the last comment\'s is by this github user.',