Submitter | Augie Fackler |
---|---|
Date | Sept. 18, 2017, 7:34 p.m. |
Message ID | <f56501606a611d7b6a4e.1505763299@augie-macbookpro2.roam.corp.google.com> |
Download | mbox | patch |
Permalink | /patch/23989/ |
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 63F1C2C1B8; Mon, 18 Sep 2017 15:35:09 -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 liHgoXFYb2Gk; Mon, 18 Sep 2017 15:35:08 -0400 (EDT) Received: from mercurial-scm.org (localhost [IPv6:::1]) by mercurial-scm.org (Postfix) with ESMTP id E91E12C1CA; Mon, 18 Sep 2017 15:35:08 -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 012DE2C1CA for <mercurial-devel@mercurial-scm.org>; Mon, 18 Sep 2017 15:35:07 -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 lKIfAk4htis3 for <mercurial-devel@mercurial-scm.org>; Mon, 18 Sep 2017 15:35:06 -0400 (EDT) Received: from homiemail-a105.g.dreamhost.com (sub4.mail.dreamhost.com [69.163.253.135]) by mercurial-scm.org (Postfix) with ESMTPS id 705CA2C1B8 for <mercurial-devel@mercurial-scm.org>; Mon, 18 Sep 2017 15:35:06 -0400 (EDT) Received: from homiemail-a105.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a105.g.dreamhost.com (Postfix) with ESMTP id 9B62730002A26 for <mercurial-devel@mercurial-scm.org>; Mon, 18 Sep 2017 12:35:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=durin42.com; h= content-type:mime-version:content-transfer-encoding:subject :message-id:date:from:to; s=durin42.com; bh=ZuZQZn24MCGpGftgZgN6 Mr7N4jw=; b=3smRU86tXOPPLhScJ5RpwizXRbYOYkUcrdKCYX+HV9aPp4uH1pRh sFR/XlaZAfBD7xFw7JkklOa7YJzFhlkIZ+MhVIsw3yDsW6CBhNzQFFbFPxZgyAtM hOslmFgUHamfVwmm0v5CjDEC4QSPQKmozmYM/o3WlqQA6Sgj81QAfns= Received: from augie-macbookpro2.roam.corp.google.com (50-199-179-185-static.hfc.comcastbusiness.net [50.199.179.185]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: augie@durin42.com) by homiemail-a105.g.dreamhost.com (Postfix) with ESMTPSA id 6C7A330002A24 for <mercurial-devel@mercurial-scm.org>; Mon, 18 Sep 2017 12:35:05 -0700 (PDT) MIME-Version: 1.0 Subject: [PATCH] python3: remove test-update-dest.t from the whitelist X-Mercurial-Node: f56501606a611d7b6a4e8c8af2118e3bc709df5d X-Mercurial-Series-Index: 1 X-Mercurial-Series-Total: 1 Message-Id: <f56501606a611d7b6a4e.1505763299@augie-macbookpro2.roam.corp.google.com> X-Mercurial-Series-Id: <f56501606a611d7b6a4e.1505763299@augie-macbookpro2.roam.corp.google.com> User-Agent: Mercurial-patchbomb/4.3.1+356-47e52f079a57 Date: Mon, 18 Sep 2017 15:34:59 -0400 From: Augie Fackler <raf@durin42.com> 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
Augie Fackler - Sept. 18, 2017, 7:34 p.m.
Patch
diff --git a/contrib/python3-whitelist b/contrib/python3-whitelist --- a/contrib/python3-whitelist +++ b/contrib/python3-whitelist @@ -56,6 +56,5 @@ test-run-tests.py test-status-terse.t test-terse-status.t test-unified-test.t -test-update-dest.t test-update-reverse.t test-xdg.t