Submitter | Yuya Nishihara |
---|---|
Date | May 21, 2017, 6:02 a.m. |
Message ID | <ab99b86d9016ba51467e.1495346523@mimosa> |
Download | mbox | patch |
Permalink | /patch/20782/ |
State | Accepted |
Headers | show
Return-Path: <mercurial-devel-bounces@mercurial-scm.org> X-Original-To: patchwork@mercurial-scm.org Delivered-To: patchwork@mercurial-scm.org Received: from localhost (localhost [127.0.0.1]) by mercurial-scm.org (Postfix) with ESMTP id 904B42C213; Sun, 21 May 2017 02:02:34 -0400 (EDT) X-Virus-Scanned: Debian amavisd-new at mercurial-scm.org Received: from mercurial-scm.org ([127.0.0.1]) by localhost (mercurial-scm.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id O5zV0ADNj4Es; Sun, 21 May 2017 02:02:34 -0400 (EDT) Received: from mercurial-scm.org (localhost [IPv6:::1]) by mercurial-scm.org (Postfix) with ESMTP id 6F14A2C214; Sun, 21 May 2017 02:02:33 -0400 (EDT) X-Original-To: mercurial-devel@mercurial-scm.org Delivered-To: mercurial-devel@mercurial-scm.org Received: from localhost (localhost [127.0.0.1]) by mercurial-scm.org (Postfix) with ESMTP id 0F20B2C213 for <mercurial-devel@mercurial-scm.org>; Sun, 21 May 2017 02:02:32 -0400 (EDT) X-Virus-Scanned: Debian amavisd-new at mercurial-scm.org Received: from mercurial-scm.org ([127.0.0.1]) by localhost (mercurial-scm.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id QP7KIc1ddv_R for <mercurial-devel@mercurial-scm.org>; Sun, 21 May 2017 02:02:30 -0400 (EDT) Received: from mail-pg0-x22a.google.com (mail-pg0-x22a.google.com [IPv6:2607:f8b0:400e:c05::22a]) by mercurial-scm.org (Postfix) with ESMTPS id 062712C216 for <mercurial-devel@mercurial-scm.org>; Sun, 21 May 2017 02:02:29 -0400 (EDT) Received: by mail-pg0-x22a.google.com with SMTP id u187so54326857pgb.0 for <mercurial-devel@mercurial-scm.org>; Sat, 20 May 2017 23:02:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:mime-version:content-transfer-encoding:subject:message-id :in-reply-to:references:user-agent:date:from:to; bh=ta04nNIsN2U2YbERVMZJAalcPHaEScTJyX3ndLFgzhs=; b=ijmexCIaIlI0OxfppfbUZBlrNL2bXjh6G3QaqhXQxuloAhKxup94CqW4ec3n/EXIOq +olcTJrtK8Bb6ioypY4sG8ODv0HGv63Eb6PKZyKF1rV7ziN83zQtlQze312H3NfLYWJa Gh+Q2V3arylq6THPCbm3kLyLSCsR8NcmcTuCMffX6m4pdgu2HjUp3isVcERzcD7cLP5n yxPw+xQk1tMsMA023l06bZdGkKIL3SEVYqx0Knst4HKXuln8cSFTG1eB0XMOf1tD7Trl KGABvUhbtrG7QEXYPbS490rI5a/D5KHXzXTslS0qHc/mXsaBlhOtZpgVBHhJXXGPYjHv ag2w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:mime-version:content-transfer-encoding :subject:message-id:in-reply-to:references:user-agent:date:from:to; bh=ta04nNIsN2U2YbERVMZJAalcPHaEScTJyX3ndLFgzhs=; b=sXwXTvSyfYzQdAOSoT58u25cVQRnMMe1djaocSoPrsl5UIScPIr8iseBNoolP5+lNu KuPvrFw+LYLbnDUuJLPXJH1/uSvr02+O5TJolc4u3sDpwEK0LMNk/sRG96SxEjbyhw8B 365BAeEQk2xnTEd34IHoVIcP6puMPrDknuRiGmVfm3YeyPlstDKyP58zJakEq7hxG68z mLujsbCqrh6DX2iKXnB2WP4JpS8UgBm+TWMbgXpn62ghDXTP4XTD+niVx/pi1AkcEogL naadHlZC3G58U6LQWZiFB84ZTrdRczbnC1QCZox+lQ0mawLAbRf1Iqo+iOxsE+JGAADH FmVA== X-Gm-Message-State: AODbwcAvjpnGJh6d1npq0rfNGq0HDWI3iKZrRy6PzgSy6vgLk1hLjmvy 5CnsOwTvsATMhA== X-Received: by 10.99.114.83 with SMTP id c19mr19112079pgn.227.1495346549333; Sat, 20 May 2017 23:02:29 -0700 (PDT) Received: from [127.0.1.1] (p784a2ae9.tkyea126.ap.so-net.ne.jp. [120.74.42.233]) by smtp.gmail.com with ESMTPSA id a85sm23308009pfg.7.2017.05.20.23.02.27 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 20 May 2017 23:02:28 -0700 (PDT) MIME-Version: 1.0 Subject: [PATCH 2 of 3] cext: move util.h to cext tree X-Mercurial-Node: ab99b86d9016ba51467e7f2359fc21a751f4f82d X-Mercurial-Series-Index: 2 X-Mercurial-Series-Total: 3 Message-Id: <ab99b86d9016ba51467e.1495346523@mimosa> X-Mercurial-Series-Id: <429ef6c0fa3c16ff776c.1495346522@mimosa> In-Reply-To: <429ef6c0fa3c16ff776c.1495346522@mimosa> References: <429ef6c0fa3c16ff776c.1495346522@mimosa> User-Agent: Mercurial-patchbomb/4.2+218-763d72925691 Date: Sun, 21 May 2017 15:02:03 +0900 From: Yuya Nishihara <yuya@tcha.org> To: mercurial-devel@mercurial-scm.org X-BeenThere: mercurial-devel@mercurial-scm.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <mercurial-devel.mercurial-scm.org> List-Unsubscribe: <https://www.mercurial-scm.org/mailman/options/mercurial-devel>, <mailto:mercurial-devel-request@mercurial-scm.org?subject=unsubscribe> List-Archive: <http://www.mercurial-scm.org/pipermail/mercurial-devel/> List-Post: <mailto:mercurial-devel@mercurial-scm.org> List-Help: <mailto:mercurial-devel-request@mercurial-scm.org?subject=help> List-Subscribe: <https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel>, <mailto:mercurial-devel-request@mercurial-scm.org?subject=subscribe> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 Errors-To: mercurial-devel-bounces@mercurial-scm.org Sender: "Mercurial-devel" <mercurial-devel-bounces@mercurial-scm.org> |
Comments
Yuya Nishihara - May 21, 2017, 6:02 a.m.
Patch
diff --git a/mercurial/util.h b/mercurial/cext/util.h rename from mercurial/util.h rename to mercurial/cext/util.h diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -591,7 +591,7 @@ packages = ['mercurial', common_depends = ['mercurial/bitmanipulation.h', 'mercurial/compat.h', - 'mercurial/util.h'] + 'mercurial/cext/util.h'] common_include_dirs = ['mercurial'] osutil_cflags = []