Return-Path: X-Original-To: apmail-couchdb-commits-archive@www.apache.org Delivered-To: apmail-couchdb-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 308B518E86 for ; Tue, 16 Feb 2016 20:39:49 +0000 (UTC) Received: (qmail 62231 invoked by uid 500); 16 Feb 2016 20:25:11 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 62165 invoked by uid 500); 16 Feb 2016 20:25:11 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 62067 invoked by uid 99); 16 Feb 2016 20:25:11 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Feb 2016 20:25:11 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 02A5BDFE60; Tue, 16 Feb 2016 20:25:02 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: kxepal@apache.org To: commits@couchdb.apache.org Date: Tue, 16 Feb 2016 20:25:09 -0000 Message-Id: <7753a6d9b36f47c2b0f896a8fe2786b0@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [8/8] couchdb commit: updated refs/heads/master to 13ae832 Refactor to add an interface for view_state of #mrheader Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/13ae8320 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/13ae8320 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/13ae8320 Branch: refs/heads/master Commit: 13ae8320675fc8a8ee63c3f1606dd53b731ef738 Parents: ce13194 Author: Alexander Shorin Authored: Tue Feb 16 23:24:31 2016 +0300 Committer: Alexander Shorin Committed: Tue Feb 16 23:24:31 2016 +0300 ---------------------------------------------------------------------- rebar.config.script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/13ae8320/rebar.config.script ---------------------------------------------------------------------- diff --git a/rebar.config.script b/rebar.config.script index befa317..2b65709 100644 --- a/rebar.config.script +++ b/rebar.config.script @@ -33,7 +33,7 @@ DepDescs = [ {chttpd, "chttpd", "41ac33a082d34baee206d4a00d51a54b50e36f74"}, {couch, "couch", "f3b7f5a47379dd269e7c436ecf26a1239d7b6907"}, {couch_index, "couch-index", "e8c8ca8b0bb66193f1ba7e4b1d7e4a3817d661ab"}, -{couch_mrview, "couch-mrview", "6c9833d667e319b82a7a1fffb8ba92116534e63f"}, +{couch_mrview, "couch-mrview", "6ec35971ebd96133cc6a34fa29f1d364049a7ecd"}, {couch_replicator, "couch-replicator", "fd66cb6b3dc70a64b556bb1e5bd9fa05f20df571"}, {couch_plugins, "couch-plugins", "3e73b723cb126cfc471b560d17c24a8b5c540085"}, {couch_event, "couch-event", "835a41885d1e276d207758954f8238aa7bba0ae8"},