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 E2BE81161A for ; Mon, 4 Aug 2014 22:18:03 +0000 (UTC) Received: (qmail 813 invoked by uid 500); 4 Aug 2014 22:18:03 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 749 invoked by uid 500); 4 Aug 2014 22:18:03 -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 730 invoked by uid 99); 4 Aug 2014 22:18:03 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Aug 2014 22:18:03 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 7DC8391FE1B; Mon, 4 Aug 2014 22:18:03 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: rnewson@apache.org To: commits@couchdb.apache.org Date: Mon, 04 Aug 2014 22:18:05 -0000 Message-Id: <7ac988b4498349e0ac70e78658f9000a@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [03/20] couch commit: updated refs/heads/windsor-merge-102 to 944c542 Export parse_copy_destination_header/1 Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-couch/commit/a74e7a0f Tree: http://git-wip-us.apache.org/repos/asf/couchdb-couch/tree/a74e7a0f Diff: http://git-wip-us.apache.org/repos/asf/couchdb-couch/diff/a74e7a0f Branch: refs/heads/windsor-merge-102 Commit: a74e7a0fdc8c20af06033573665bdc99780e27c5 Parents: 7e8dca7 Author: Robert Newson Authored: Mon Aug 4 13:44:52 2014 +0100 Committer: Robert Newson Committed: Mon Aug 4 14:16:55 2014 +0100 ---------------------------------------------------------------------- src/couch_httpd_db.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-couch/blob/a74e7a0f/src/couch_httpd_db.erl ---------------------------------------------------------------------- diff --git a/src/couch_httpd_db.erl b/src/couch_httpd_db.erl index 4c113e5..7360dc0 100644 --- a/src/couch_httpd_db.erl +++ b/src/couch_httpd_db.erl @@ -16,7 +16,7 @@ -export([handle_request/1, handle_compact_req/2, handle_design_req/2, db_req/2, couch_doc_open/4,handle_changes_req/2, update_doc_result_to_json/1, update_doc_result_to_json/2, - handle_design_info_req/3]). + handle_design_info_req/3, parse_copy_destination_header/1]). -import(couch_httpd, [send_json/2,send_json/3,send_json/4,send_method_not_allowed/2,