From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.devel Subject: Re: Locks on the Bzr repository Date: Thu, 19 Aug 2010 18:07:55 +0200 Message-ID: <4C6D56DB.7040703@swipnet.se> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1282234193 24887 80.91.229.12 (19 Aug 2010 16:09:53 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 19 Aug 2010 16:09:53 +0000 (UTC) Cc: Stefan Monnier , emacs-devel@gnu.org To: Andreas Schwab Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Aug 19 18:09:51 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Om7ft-0001fu-8v for ged-emacs-devel@m.gmane.org; Thu, 19 Aug 2010 18:09:51 +0200 Original-Received: from localhost ([127.0.0.1]:46042 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Om7ff-0005yo-PU for ged-emacs-devel@m.gmane.org; Thu, 19 Aug 2010 12:08:51 -0400 Original-Received: from [140.186.70.92] (port=42845 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Om7fO-0005ml-1t for emacs-devel@gnu.org; Thu, 19 Aug 2010 12:08:39 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Om7es-0005sZ-P8 for emacs-devel@gnu.org; Thu, 19 Aug 2010 12:08:07 -0400 Original-Received: from smtprelay-b12.telenor.se ([62.127.194.21]:32811) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Om7es-0005sI-Jl for emacs-devel@gnu.org; Thu, 19 Aug 2010 12:08:02 -0400 Original-Received: from ipb2.telenor.se (ipb2.telenor.se [195.54.127.165]) by smtprelay-b12.telenor.se (Postfix) with ESMTP id 51B59E98B9 for ; Thu, 19 Aug 2010 18:07:59 +0200 (CEST) X-SENDER-IP: [85.225.45.35] X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AiEzAEfzbExV4S0jPGdsb2JhbACHaphlDAEBAQE1Lb4uhTcE X-IronPort-AV: E=Sophos;i="4.56,234,1280700000"; d="scan'208";a="120433015" Original-Received: from c-232de155.25-1-64736c10.cust.bredbandsbolaget.se (HELO coolsville.localdomain) ([85.225.45.35]) by ipb2.telenor.se with ESMTP; 19 Aug 2010 18:07:57 +0200 Original-Received: from [172.20.199.14] (zeplinf [172.20.199.14]) by coolsville.localdomain (Postfix) with ESMTPSA id DAAB67FA05A; Thu, 19 Aug 2010 18:07:55 +0200 (CEST) User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; sv-SE; rv:1.9.2.8) Gecko/20100802 Thunderbird/3.1.2 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:128873 Archived-At: Andreas Schwab skrev 2010-08-19 17.52: > Stefan Monnier writes: > >> If that's indeed the culprit, I think it's a misfeature of Bzr, but at >> least we can workaround it by using "bzr commit -m<...>", which I would >> then *strongly* recommend. > > Even better: use an unbound branch. > You have to commit upstream sometime. Jan D.