From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?R=FCdiger?= Sonderfeld Newsgroups: gmane.emacs.devel Subject: Re: trunk r115926: In preparation for the move to git, sanitize out some Bazaar-specific names. Date: Thu, 09 Jan 2014 13:20:09 +0100 Message-ID: <3256645.atCfEOKnsD@descartes> References: <56y52qcbbh.fsf@fencepost.gnu.org> <63151670.nZYRS8AZcS@descartes> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1389270034 6203 80.91.229.3 (9 Jan 2014 12:20:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 9 Jan 2014 12:20:34 +0000 (UTC) Cc: Eric Raymond , Bastien , Emacs developers To: Juanma Barranquero Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 09 13:20:39 2014 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 1W1EbF-0006rh-74 for ged-emacs-devel@m.gmane.org; Thu, 09 Jan 2014 13:20:37 +0100 Original-Received: from localhost ([::1]:51553 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W1EbE-00047O-QW for ged-emacs-devel@m.gmane.org; Thu, 09 Jan 2014 07:20:36 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41669) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W1Eb6-000474-3W for emacs-devel@gnu.org; Thu, 09 Jan 2014 07:20:34 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W1Eaz-0000I6-W1 for emacs-devel@gnu.org; Thu, 09 Jan 2014 07:20:28 -0500 Original-Received: from ptmx.org ([178.63.28.110]:35367) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W1Eat-0000G9-Ct; Thu, 09 Jan 2014 07:20:15 -0500 Original-Received: from localhost (localhost [127.0.0.1]) by ptmx.org (Postfix) with ESMTP id 7484B24CBD; Thu, 9 Jan 2014 13:20:14 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at ptmx.org Original-Received: from ptmx.org ([127.0.0.1]) by localhost (ptmx.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 5UPd7P74Tjpd; Thu, 9 Jan 2014 13:20:13 +0100 (CET) Original-Received: from descartes.localnet (chello080108246092.7.14.vie.surfer.at [80.108.246.92]) by ptmx.org (Postfix) with ESMTPSA id EE01721FD8; Thu, 9 Jan 2014 13:20:12 +0100 (CET) User-Agent: KMail/4.11.3 (Linux/3.11.0-14-generic; KDE/4.11.3; x86_64; ; ) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 178.63.28.110 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:167891 Archived-At: On Thursday 09 January 2014 13:12:15 Juanma Barranquero wrote: > On Thu, Jan 9, 2014 at 1:00 PM, R=C3=BCdiger Sonderfeld >=20 > wrote: > > It will probably be worse to change it to a different format than s= imply > > setting it to nil and marking it obsolete >=20 > Yes. Nil, or, not to break code, a string with the last Bazaar > revision before the switch. nil is a specified value: "Value is nil if Emacs was not built from a b= zr=20 checkout, or if we could not determine the revision." Fixing it to the last bzr revision seems like a bad idea. Regards, R=C3=BCdiger