Submitter | Augie Fackler |
---|---|
Date | March 8, 2016, 4:25 a.m. |
Message ID | <5fd58c8c55d052c671a4.1457411137@147.17.16.172.in-addr.arpa> |
Download | mbox | patch |
Permalink | /patch/13657/ |
State | Accepted |
Delegated to: | Pierre-Yves David |
Headers | show
Return-Path: <mercurial-devel-bounces@mercurial-scm.org> X-Original-To: patchwork@patchwork.serpentine.com Delivered-To: patchwork@patchwork.serpentine.com Received: from mercurial.selenic.com (mercurial.selenic.com [192.81.134.36]) by bz.selenic.com (Postfix) with ESMTP id ECA8E3BBC8 for <patchwork@patchwork.serpentine.com>; Mon, 7 Mar 2016 23:25:48 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by mercurial.selenic.com (Postfix) with ESMTP id B97442C14D; Mon, 7 Mar 2016 23:25:48 -0500 (EST) X-Virus-Scanned: Debian amavisd-new at mercurial-scm.org Received: from mercurial.selenic.com ([127.0.0.1]) by localhost (mercurial.selenic.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id S9sZiYpXzS89; Mon, 7 Mar 2016 23:25:48 -0500 (EST) Received: from mercurial.selenic.com (localhost [127.0.0.1]) by mercurial.selenic.com (Postfix) with ESMTP id 387D92C149; Mon, 7 Mar 2016 23:25:47 -0500 (EST) 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.selenic.com (Postfix) with ESMTP id 0D2482C148 for <mercurial-devel@mercurial-scm.org>; Mon, 7 Mar 2016 23:25:46 -0500 (EST) X-Virus-Scanned: Debian amavisd-new at mercurial-scm.org Received: from mercurial.selenic.com ([127.0.0.1]) by localhost (mercurial.selenic.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id WtfbV_gdSX56 for <mercurial-devel@mercurial-scm.org>; Mon, 7 Mar 2016 23:25:45 -0500 (EST) Received: from waste.org (waste.org [173.11.57.241]) by mercurial.selenic.com (Postfix) with ESMTP id 7BBB62C147 for <mercurial-devel@mercurial-scm.org>; Mon, 7 Mar 2016 23:25:45 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by waste.org (Postfix) with ESMTP id 871B8740D2 for <mercurial-devel@mercurial-scm.org>; Mon, 7 Mar 2016 22:25:44 -0600 (CST) X-Virus-Scanned: Debian amavisd-new at waste.org Received: from waste.org ([127.0.0.1]) by localhost (waste.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id C1FXuuxNnEw3 for <mercurial-devel@mercurial-scm.org>; Mon, 7 Mar 2016 22:25:42 -0600 (CST) Received: from homiemail-a49.g.dreamhost.com (sub4.mail.dreamhost.com [69.163.253.135]) by waste.org (Postfix) with ESMTPS id 9117F7405B for <mercurial-devel@selenic.com>; Mon, 7 Mar 2016 22:25:42 -0600 (CST) Received: from homiemail-a49.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a49.g.dreamhost.com (Postfix) with ESMTP id 19825200E2C42 for <mercurial-devel@selenic.com>; Mon, 7 Mar 2016 20:25:41 -0800 (PST) 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=3V1v8xpJCa3XO1ZxBveT nO1d2wU=; b=5FYZghQVfF2XbV05RcPR4QZ8xOisDsjK7sm4x4XGld2f+rchvQRh B3fYio6j3S8UOoPXfWI03NRL1iWMwFBkjb7PLMxccaXXbC6tfxUav7lKtZdyMaSC PQ07mjqTJiLMuKKxz3H3fin2nGNvKH3Mb4BTGlvixI3KEAB6GVFqJCg= Received: from 147.17.16.172.in-addr.arpa (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-a49.g.dreamhost.com (Postfix) with ESMTPSA id D8FE9200E2C41 for <mercurial-devel@selenic.com>; Mon, 7 Mar 2016 20:25:40 -0800 (PST) MIME-Version: 1.0 Subject: [PATCH 1 of 7 iterbatch] peer: raise NotImplementedError for abstract submit() method X-Mercurial-Node: 5fd58c8c55d052c671a4725d01f27fb1c14353a9 X-Mercurial-Series-Index: 1 X-Mercurial-Series-Total: 7 Message-Id: <5fd58c8c55d052c671a4.1457411137@147.17.16.172.in-addr.arpa> X-Mercurial-Series-Id: <5fd58c8c55d052c671a4.1457411137@147.17.16.172.in-addr.arpa> User-Agent: Mercurial-patchbomb/3.7-rc Date: Mon, 07 Mar 2016 23:25:37 -0500 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 - March 8, 2016, 4:25 a.m.
Patch
diff --git a/mercurial/peer.py b/mercurial/peer.py --- a/mercurial/peer.py +++ b/mercurial/peer.py @@ -39,7 +39,7 @@ class batcher(object): return resref return call def submit(self): - pass + raise NotImplementedError() class localbatch(batcher): '''performs the queued calls directly'''