You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by kx...@apache.org on 2015/10/13 00:57:36 UTC

couchdb commit: updated refs/heads/master to 27b5ecd

Repository: couchdb
Updated Branches:
  refs/heads/master 7e4b218c4 -> 27b5ecdd8


Add revs limit for docs passed to design functions


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/27b5ecdd
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/27b5ecdd
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/27b5ecdd

Branch: refs/heads/master
Commit: 27b5ecdd80d1d74e56b6830f8ca4f5afc7f19cb0
Parents: 7e4b218
Author: Alexander Shorin <kx...@apache.org>
Authored: Tue Oct 13 01:55:23 2015 +0300
Committer: Alexander Shorin <kx...@apache.org>
Committed: Tue Oct 13 01:55:39 2015 +0300

----------------------------------------------------------------------
 rebar.config.script | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/27b5ecdd/rebar.config.script
----------------------------------------------------------------------
diff --git a/rebar.config.script b/rebar.config.script
index f3e6dfb..c68e9f1 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -31,7 +31,7 @@ DepDescs = [
 {couch_log_lager,  "couch-log-lager",  "b2a0471a87765de50c5eb05c65c121f68a9ae9fa"},
 {config,           "config",           "b2ecd0d47a776256956ce045123423494ff85e8e"},
 {chttpd,           "chttpd",           "76831000a6ea31313ea634d6b4ac2142e5f4a8e5"},
-{couch,            "couch",            "8924e94eb986ee39e69f61f617a907a129fd0123"},
+{couch,            "couch",            "eb60e41ad0afdad1281455e19cf1bf02419864d4"},
 {couch_index,      "couch-index",      "14f579dcd142ee90300244c854b301bbd5c863ee"},
 {couch_mrview,     "couch-mrview",     "f089832ea7f759b4e655051025cc48522fee9e1b"},
 {couch_replicator, "couch-replicator", "85d62d1e2b72250c329b4b10db4df1231e647933"},