Submitter | Yuya Nishihara |
---|---|
Date | July 19, 2016, 12:46 p.m. |
Message ID | <2c1a958f96e226cb5a21.1468932405@mimosa> |
Download | mbox | patch |
Permalink | /patch/15955/ |
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 B3B5F2C468; Tue, 19 Jul 2016 08:47:01 -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 hMBCcvi2KK56; Tue, 19 Jul 2016 08:47:01 -0400 (EDT) Received: from mercurial-scm.org (localhost [IPv6:::1]) by mercurial-scm.org (Postfix) with ESMTP id 36BB72C464; Tue, 19 Jul 2016 08:47:01 -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 A4D082C464 for <mercurial-devel@mercurial-scm.org>; Tue, 19 Jul 2016 08:46:59 -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 5zE-tjeCDlzf for <mercurial-devel@mercurial-scm.org>; Tue, 19 Jul 2016 08:46:59 -0400 (EDT) Received: from mail-pf0-x244.google.com (mail-pf0-x244.google.com [IPv6:2607:f8b0:400e:c00::244]) by mercurial-scm.org (Postfix) with ESMTPS id 431F42C15D for <mercurial-devel@mercurial-scm.org>; Tue, 19 Jul 2016 08:46:58 -0400 (EDT) Received: by mail-pf0-x244.google.com with SMTP id g202so1358842pfb.1 for <mercurial-devel@mercurial-scm.org>; Tue, 19 Jul 2016 05:46:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:mime-version:content-transfer-encoding:subject:message-id :user-agent:date:from:to; bh=WUWVl1T/oGUZcPVZPAsq77/9cWnJxXQ2hyF2OeT2UqI=; b=sENpcQwcCUAYrlX+Dx63fBCmREbIGQqriheBen31Wjr4EbF196gv22tHfWiwo1R3sD 1ILFZ4dGSuSedOpHxRPIzfo0CgfLingY+va8Kh+nuJ/8RKQWDryFlysd7BnSOsLJeEZO sggwO5WOLw9jVboSK16u7urW6G23Fb6PN/jYme/bKYlfWvHarwJqMkMsnIa3mtzzYjjV t7qK8rxd0VCMODNu8ysAFFcBdsZmIDBGAWWCioK0qXChJyeVnruJpE7BpinEJi/HZqBP rT5vDxtaBK8WrUt6buiCKn/ETRogcQb3EdCYSrBrjYnU0ENrX7DNDIsIkjhH0ge+qyR7 00tg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:mime-version:content-transfer-encoding :subject:message-id:user-agent:date:from:to; bh=WUWVl1T/oGUZcPVZPAsq77/9cWnJxXQ2hyF2OeT2UqI=; b=LxGWW8dq5A0nQZ+ULQhRYi6pQqVfDlhb+tDejiIM2HY8MGImPhvl+VjzyECQFA1iA9 CZQIRzDC17bqdpsFhwCCIVC63P+opvqAruGze+JqvGRqtImhoqbnKDlFNoPsDkAj+RWH YszOYBdETlKTyiP6Bso6PRodjl/BSlN59yADwPHqaw0LIS9oljrMKB7bmg7hJcQOOtTU haV/7fqVugv3ZwbFIfB5yZtHiznJPb3MAHKfBs0kAWSwrIIZBsMD/JnH6KSavXg+VzDq 85rLRZpMFwnyUSoqnWsBs+312p/orCQ899lXYAVG83TeH5Ycb7nBPD/VQ3PDPMIhxRHb cOmA== X-Gm-Message-State: ALyK8tIzDtIH6oQUBSCFcnK8MC3bhpfKlaG0NubLSHTkndlsm5WyPi1bxovnZP1VbJfbrQ== X-Received: by 10.98.34.151 with SMTP id p23mr55317639pfj.102.1468932418213; Tue, 19 Jul 2016 05:46:58 -0700 (PDT) Received: from [127.0.1.1] (p6e42538f.tkyea104.ap.so-net.ne.jp. [110.66.83.143]) by smtp.gmail.com with ESMTPSA id cl15sm4282643pac.15.2016.07.19.05.46.54 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 19 Jul 2016 05:46:56 -0700 (PDT) MIME-Version: 1.0 Subject: [PATCH STABLE] hghave: fix typo of sslutil.supportedprotocols X-Mercurial-Node: 2c1a958f96e226cb5a21ed9cad471fd5af2c0d3e X-Mercurial-Series-Index: 1 X-Mercurial-Series-Total: 1 Message-Id: <2c1a958f96e226cb5a21.1468932405@mimosa> X-Mercurial-Series-Id: <2c1a958f96e226cb5a21.1468932405@mimosa> User-Agent: Mercurial-patchbomb/3.9-rc+2-02a8fea4289b Date: Tue, 19 Jul 2016 21:46:45 +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 - July 19, 2016, 12:46 p.m.
Patch
diff --git a/tests/hghave.py b/tests/hghave.py --- a/tests/hghave.py +++ b/tests/hghave.py @@ -442,7 +442,7 @@ def has_defaultcacertsloaded(): @check("tls1.2", "TLS 1.2 protocol support") def has_tls1_2(): from mercurial import sslutil - return 'tls1.2' in sslutil.supportprotocols + return 'tls1.2' in sslutil.supportedprotocols @check("windows", "Windows") def has_windows():