From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jay Belanger Newsgroups: gmane.emacs.devel Subject: Re: Locks on the Bzr repository Date: Thu, 19 Aug 2010 11:26:10 -0500 Message-ID: <87bp8y602l.fsf@vh213601.truman.edu> References: Reply-To: jay.p.belanger@gmail.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1282236511 9732 80.91.229.12 (19 Aug 2010 16:48:31 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 19 Aug 2010 16:48:31 +0000 (UTC) Cc: jay.p.belanger@gmail.com To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Aug 19 18:48:30 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 1Om8I2-0001v5-43 for ged-emacs-devel@m.gmane.org; Thu, 19 Aug 2010 18:48:30 +0200 Original-Received: from localhost ([127.0.0.1]:46251 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Om8I1-0001Cs-87 for ged-emacs-devel@m.gmane.org; Thu, 19 Aug 2010 12:48:29 -0400 Original-Received: from [140.186.70.92] (port=49036 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Om80s-0001dy-Gd for emacs-devel@gnu.org; Thu, 19 Aug 2010 12:30:48 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Om80J-0000t1-PV for emacs-devel@gnu.org; Thu, 19 Aug 2010 12:30:16 -0400 Original-Received: from mail-yx0-f169.google.com ([209.85.213.169]:36286) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Om80J-0000su-MU for emacs-devel@gnu.org; Thu, 19 Aug 2010 12:30:11 -0400 Original-Received: by yxs7 with SMTP id 7so956324yxs.0 for ; Thu, 19 Aug 2010 09:30:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:references :reply-to:cc:date:in-reply-to:message-id:user-agent:mime-version :content-type; bh=3iAAG1ycyZBGEqnDDCMjJNt5m4OlXlWcdbs+Chu5pLc=; b=LcHMS2TxpHK4NZCG+qr6qNBrwpJQddscHeG6aog1m91kIe+g0zBpcrznWJ14Uwb5BW scVsVBnzV+1KO2VSDY4avuzTDCw91qd36xCN7+pJAJbxHkSn0QPw/ttPsorkEhn1KU7+ luJ6E6DNLnfWU4u2Ms6zGY6iI7em/4SZJYJko= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:references:reply-to:cc:date:in-reply-to:message-id :user-agent:mime-version:content-type; b=wWdfFIFc7NxN4hxS/g1fow3U7gNNV66cR6TgaGnomK2oFMOpWQzMo2foBTkggBqDHh qJdqOSLV1bAm3YVkLGDp8WicG9nG3NhPgxdRcJRf2pjJoNeOJt4ppUnjjT/67TsIwamJ ddarpSO6ocLswV90SSdqc4V18QqIkH/BF6AQw= Original-Received: by 10.151.4.11 with SMTP id g11mr204859ybi.262.1282235410509; Thu, 19 Aug 2010 09:30:10 -0700 (PDT) Original-Received: from vh213601.truman.edu (vh213601.truman.edu [150.243.162.59]) by mx.google.com with ESMTPS id e8sm1570915ibb.2.2010.08.19.09.30.08 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 19 Aug 2010 09:30:09 -0700 (PDT) In-Reply-To: (Stefan Monnier's message of "Thu, 19 Aug 2010 17:40:29 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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:128877 Archived-At: 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. I assume that "bzr commit -F ..." would work as well...