From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] /srv/bzr/emacs/trunk r103740: Remove some files that autoreconf can supply. Date: Fri, 25 Mar 2011 13:13:13 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1301073209 8567 80.91.229.12 (25 Mar 2011 17:13:29 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 25 Mar 2011 17:13:29 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Mar 25 18:13:25 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 1Q3AZf-0003Vx-1Z for ged-emacs-devel@m.gmane.org; Fri, 25 Mar 2011 18:13:23 +0100 Original-Received: from localhost ([127.0.0.1]:46223 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q3AZd-0006wS-Pz for ged-emacs-devel@m.gmane.org; Fri, 25 Mar 2011 13:13:21 -0400 Original-Received: from [140.186.70.92] (port=49643 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q3AZY-0006tM-6o for emacs-devel@gnu.org; Fri, 25 Mar 2011 13:13:17 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q3AZW-00040Y-Ta for emacs-devel@gnu.org; Fri, 25 Mar 2011 13:13:16 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:52097) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q3AZW-00040S-Rq for emacs-devel@gnu.org; Fri, 25 Mar 2011 13:13:14 -0400 Original-Received: from localhost ([127.0.0.1]:51861) by fencepost.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q3AZV-0005Vp-Ox; Fri, 25 Mar 2011 13:13:13 -0400 X-Spook: AMEMB Compsec Zachawi Chobetsu NSA Syria satellite X-Ran: QD_'<}M'J|o+Hwn4sqDnGD}dFss{{E|-1Fu6#2&IZc=jU%hE0O!D@%NqkW6BS?X7OnLSi3 X-Hue: red X-Attribution: GM In-Reply-To: (Stefan Monnier's message of "Fri, 25 Mar 2011 12:27:27 -0400") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.10 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:137691 Archived-At: Stefan Monnier wrote: > The above is bad. Never ever do "add+remove" instead of "bzr mv". > Please please please. This is not CVS any more. We've been through > this so many times already I'm surprised we still see this issue coming > back every time we perform such reorganizations. > Let's be more careful in the future. I understand this point, but these are "generated" (sort of...) files. The history is not important. Indeed, the history has been reset, since they are now the versions that automake-1.11 supplies rather than the versions that were previously in Emacs. In some sense, they aren't even the same files. The "missing" that you use to build Emacs isn't in the repo any more. Instead there is a fallback that you can copy into place if you really need to. That is why I did not "move" them.