From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: [PATCH 3/3] new test case for I/O switching Date: Wed, 15 Aug 2012 22:05:00 -0400 Message-ID: References: <87393ow6p5.fsf@fleche.redhat.com> <87boict03u.fsf@fleche.redhat.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1345082715 21215 80.91.229.3 (16 Aug 2012 02:05:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 16 Aug 2012 02:05:15 +0000 (UTC) Cc: Emacs discussions To: Tom Tromey Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Aug 16 04:05:15 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 1T1pSO-0006hP-0a for ged-emacs-devel@m.gmane.org; Thu, 16 Aug 2012 04:05:08 +0200 Original-Received: from localhost ([::1]:54870 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T1pSM-0004vy-Bl for ged-emacs-devel@m.gmane.org; Wed, 15 Aug 2012 22:05:06 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:41681) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T1pSK-0004v8-1S for emacs-devel@gnu.org; Wed, 15 Aug 2012 22:05:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T1pSI-0003Ie-Vo for emacs-devel@gnu.org; Wed, 15 Aug 2012 22:05:03 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.182]:44490) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T1pSI-0003GA-Rb for emacs-devel@gnu.org; Wed, 15 Aug 2012 22:05:02 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av0EAG6Zu09FpYA//2dsb2JhbABEtBGBCIIWAQVWIxALNBIUGA0kiCG6CZBEA6MzgViDBQ X-IronPort-AV: E=Sophos;i="4.75,637,1330923600"; d="scan'208";a="195968959" Original-Received: from 69-165-128-63.dsl.teksavvy.com (HELO pastel.home) ([69.165.128.63]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 15 Aug 2012 22:05:00 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 3B07A592BD; Wed, 15 Aug 2012 22:05:00 -0400 (EDT) In-Reply-To: <87boict03u.fsf@fleche.redhat.com> (Tom Tromey's message of "Wed, 15 Aug 2012 13:40:37 -0600") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.182 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:152575 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 renamed "concurrency" to "old-concurrency", so you can name it "concurrency". Stefan