Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 13C3E200BBB for ; Thu, 10 Nov 2016 18:52:58 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 12942160B11; Thu, 10 Nov 2016 17:52:58 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id EC79A160B01 for ; Thu, 10 Nov 2016 18:52:56 +0100 (CET) Received: (qmail 99073 invoked by uid 500); 10 Nov 2016 17:52:49 -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 99055 invoked by uid 99); 10 Nov 2016 17:52:49 -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; Thu, 10 Nov 2016 17:52:48 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id A95B1E098A; Thu, 10 Nov 2016 17:52:43 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: iilyak@apache.org To: commits@couchdb.apache.org Date: Thu, 10 Nov 2016 17:52:44 -0000 Message-Id: <79d55901135340648d4038c5b3b84028@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [2/2] couch commit: updated refs/heads/master to 7dbc670 archived-at: Thu, 10 Nov 2016 17:52:58 -0000 Merge remote branch 'cloudant:75431-truncate-revs-to-revs_limit' This closes #205 Signed-off-by: ILYA Khlopotov Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-couch/commit/7dbc670d Tree: http://git-wip-us.apache.org/repos/asf/couchdb-couch/tree/7dbc670d Diff: http://git-wip-us.apache.org/repos/asf/couchdb-couch/diff/7dbc670d Branch: refs/heads/master Commit: 7dbc670d65960d58f3a164819be2bbbc4e7a5fec Parents: b4cd670 8ea01dd Author: ILYA Khlopotov Authored: Thu Nov 10 09:51:47 2016 -0800 Committer: ILYA Khlopotov Committed: Thu Nov 10 09:51:47 2016 -0800 ---------------------------------------------------------------------- src/couch_db.erl | 4 +- test/couch_db_doc_tests.erl | 94 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 96 insertions(+), 2 deletions(-) ----------------------------------------------------------------------