From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Dynamic rescaling in doc-view.el Date: Thu, 06 Jan 2011 05:56:24 +0200 Message-ID: <83bp3un0rb.fsf@gnu.org> References: <87zkrfm47j.fsf@member.fsf.org> <83ei8rm3tr.fsf@gnu.org> <87vd23m373.fsf@member.fsf.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1294286193 31391 80.91.229.12 (6 Jan 2011 03:56:33 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 6 Jan 2011 03:56:33 +0000 (UTC) Cc: emacs-devel@gnu.org To: Tassilo Horn Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 06 04:56:29 2011 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 1Pagxg-00081X-PF for ged-emacs-devel@m.gmane.org; Thu, 06 Jan 2011 04:56:28 +0100 Original-Received: from localhost ([127.0.0.1]:54867 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pagxg-00080P-6H for ged-emacs-devel@m.gmane.org; Wed, 05 Jan 2011 22:56:28 -0500 Original-Received: from [140.186.70.92] (port=53124 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pagxb-00080K-Ag for emacs-devel@gnu.org; Wed, 05 Jan 2011 22:56:24 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pagxa-0007ea-Bg for emacs-devel@gnu.org; Wed, 05 Jan 2011 22:56:23 -0500 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:62397) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pagxa-0007eT-5R for emacs-devel@gnu.org; Wed, 05 Jan 2011 22:56:22 -0500 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0LEL00L001E0GT00@a-mtaout20.012.net.il> for emacs-devel@gnu.org; Thu, 06 Jan 2011 05:56:20 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([77.127.127.157]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LEL00LCP1LV5A90@a-mtaout20.012.net.il>; Thu, 06 Jan 2011 05:56:20 +0200 (IST) In-reply-to: <87vd23m373.fsf@member.fsf.org> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) 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:134320 Archived-At: > From: Tassilo Horn > Cc: emacs-devel@gnu.org > Date: Wed, 05 Jan 2011 22:49:04 +0100 > > >> % bzr commit > >> Unable to obtain lock chroot-3070208716:///emacs/trunk/.bzr/branch/lock > >> held by tsdh@vcs-noshell on host vcs-noshell [process #27158] > >> locked 4 minutes, 25 seconds ago > >> Will continue to try until 21:23:04, unless you press Ctrl-C > >> If you're sure that it's not being modified, use bzr break-lock chroot-3070208716:///emacs/trunk/.bzr/branch/lock > >> bzr: ERROR: Could not acquire lock "(remote lock)": > >> bzr+ssh://tsdh@bzr.savannah.gnu.org/emacs/ > >> > >> Could someone confirm that the commit arrived upstreams? > > > > If bzr failed to acquire the lock, your commit didn't arrive upstream. > > Try later, and if the problem persists, break the lock. > > But how do I do (from my bound branch)? It tells you in the message: "bzr break-lock". > bzr stat shows no changes, and bzr log shows my commit... That's expected, since bzr commits locally before pushing upstream.