You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2016/07/15 18:02:31 UTC

couchdb commit: updated refs/heads/master to 212ac60

Repository: couchdb
Updated Branches:
  refs/heads/master 9222714b2 -> 212ac60e5


pull fix for sorted=false view feature (COUCHDB-3060)


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

Branch: refs/heads/master
Commit: 212ac60e59ab5d2384b6b10f223e42a2ad280924
Parents: 9222714
Author: Robert Newson <rn...@apache.org>
Authored: Fri Jul 15 19:02:20 2016 +0100
Committer: Robert Newson <rn...@apache.org>
Committed: Fri Jul 15 19:02:20 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/couchdb/blob/212ac60e/rebar.config.script
----------------------------------------------------------------------
diff --git a/rebar.config.script b/rebar.config.script
index e3e1d38..59cc46a 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -32,7 +32,7 @@ DepDescs = [
 {chttpd,           "chttpd",           "5e3bf1f5e2e96841ce0d2b26606c7f590c067bdc"},
 {couch,            "couch",            "b0d21d26d95545b7bba1371f01aad9bb04700cb2"},
 {couch_index,      "couch-index",      "e7d269800302224eacf9585f74eb30822495755b"},
-{couch_mrview,     "couch-mrview",     "cfc354989a28865ec83efc0f745e91b8c6a3a6c3"},
+{couch_mrview,     "couch-mrview",     "3ce28641c85af0d5054df47e9ac7de917a9d33cd"},
 {couch_replicator, "couch-replicator", "8629fb2690e4d11ecc0ad15ef032d3f109a93285"},
 {couch_plugins,    "couch-plugins",    "3e73b723cb126cfc471b560d17c24a8b5c540085"},
 {couch_event,      "couch-event",      "835a41885d1e276d207758954f8238aa7bba0ae8"},