From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.bugs Subject: bug#12441: Acknowledgement (24.2.50; emacs-bzr-version is not reliable) Date: Fri, 14 Sep 2012 15:32:04 -0400 Message-ID: References: <20120914.140514.1206889292717438125.hanche@math.ntnu.no> <20120914.190259.1021878789905429001.hanche@math.ntnu.no> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1347651200 5908 80.91.229.3 (14 Sep 2012 19:33:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 14 Sep 2012 19:33:20 +0000 (UTC) Cc: 12441@debbugs.gnu.org To: Harald Hanche-Olsen Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Sep 14 21:33:24 2012 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1TCbdi-0002GX-K5 for geb-bug-gnu-emacs@m.gmane.org; Fri, 14 Sep 2012 21:33:22 +0200 Original-Received: from localhost ([::1]:47981 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TCbde-0001rD-QE for geb-bug-gnu-emacs@m.gmane.org; Fri, 14 Sep 2012 15:33:18 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:56426) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TCbdV-0001YZ-7g for bug-gnu-emacs@gnu.org; Fri, 14 Sep 2012 15:33:14 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TCbdP-00042V-DS for bug-gnu-emacs@gnu.org; Fri, 14 Sep 2012 15:33:09 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:52879) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TCbdP-00042R-AL for bug-gnu-emacs@gnu.org; Fri, 14 Sep 2012 15:33:03 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1TCbeL-0001sj-LF for bug-gnu-emacs@gnu.org; Fri, 14 Sep 2012 15:34:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Stefan Monnier Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 14 Sep 2012 19:34:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 12441 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: wontfix Original-Received: via spool by 12441-submit@debbugs.gnu.org id=B12441.13476511877169 (code B ref 12441); Fri, 14 Sep 2012 19:34:01 +0000 Original-Received: (at 12441) by debbugs.gnu.org; 14 Sep 2012 19:33:07 +0000 Original-Received: from localhost ([127.0.0.1]:34192 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TCbdT-0001ra-DC for submit@debbugs.gnu.org; Fri, 14 Sep 2012 15:33:07 -0400 Original-Received: from chene.dit.umontreal.ca ([132.204.246.20]:52373) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TCbdQ-0001rT-S6 for 12441@debbugs.gnu.org; Fri, 14 Sep 2012 15:33:05 -0400 Original-Received: from faina.iro.umontreal.ca (lechon.iro.umontreal.ca [132.204.27.242]) by chene.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id q8EJW5eF004751; Fri, 14 Sep 2012 15:32:05 -0400 Original-Received: by faina.iro.umontreal.ca (Postfix, from userid 20848) id 01E49B4071; Fri, 14 Sep 2012 15:32:04 -0400 (EDT) In-Reply-To: <20120914.190259.1021878789905429001.hanche@math.ntnu.no> (Harald Hanche-Olsen's message of "Fri, 14 Sep 2012 19:02:59 +0200 (CEST)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:64311 Archived-At: > In emacs-bzr-get-version, in version.el, there seems to be a special > branch in the cond dealing with lightweight checkouts. Maybe you could > just remove that branch? It will only work, and unreliably to boot, > with a lightweight checkout from a local branch. Lightweight checkouts of local branches are very common, so we definitely want to handle them right at least in the "normal" case where the checkout is showing the tip of the corresponding branch (contrary to your particular case). Stefan