From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tom Tromey Newsgroups: gmane.emacs.devel Subject: Re: [PATCH 3/3] new test case for I/O switching Date: Wed, 15 Aug 2012 13:40:37 -0600 Message-ID: <87boict03u.fsf@fleche.redhat.com> References: <87393ow6p5.fsf@fleche.redhat.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1345064144 32528 80.91.229.3 (15 Aug 2012 20:55:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 15 Aug 2012 20:55:44 +0000 (UTC) Cc: Emacs discussions To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Aug 15 21:40:49 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1T1jSR-0007J3-MY for ged-emacs-devel@m.gmane.org; Wed, 15 Aug 2012 21:40:47 +0200 Original-Received: from localhost ([::1]:50834 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T1jSQ-0005tK-NW for ged-emacs-devel@m.gmane.org; Wed, 15 Aug 2012 15:40:46 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:40224) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T1jSN-0005ss-7s for emacs-devel@gnu.org; Wed, 15 Aug 2012 15:40:43 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T1jSL-00029I-4Y for emacs-devel@gnu.org; Wed, 15 Aug 2012 15:40:43 -0400 Original-Received: from mx1.redhat.com ([209.132.183.28]:7357) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T1jSK-00028x-Lr for emacs-devel@gnu.org; Wed, 15 Aug 2012 15:40:41 -0400 Original-Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q7FJed2b005381 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 15 Aug 2012 15:40:39 -0400 Original-Received: from barimba (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q7FJebCH011251 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Wed, 15 Aug 2012 15:40:37 -0400 X-Attribution: Tom In-Reply-To: (Stefan Monnier's message of "Wed, 15 Aug 2012 12:07:33 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1 (gnu/linux) X-Scanned-By: MIMEDefang 2.68 on 10.5.11.24 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.132.183.28 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:152571 Stefan> Can you make a new `concurrency' branch in the Bzr repository? If you mean one literally named "concurrency", then I don't know how to do that. Perhaps somebody more conversant with bzr can rename the old branch first. I can make one like "concurrency-2" easily enough. Tom