From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v Date: Sun, 18 Mar 2007 15:10:09 +0100 Message-ID: References: <17916.50847.240834.390955@kahikatea.snap.net.nz> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1174227029 22052 80.91.229.12 (18 Mar 2007 14:10:29 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 18 Mar 2007 14:10:29 +0000 (UTC) Cc: Nick Roberts , emacs-devel@gnu.org To: "Andreas Schwab" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Mar 18 15:10:25 2007 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.50) id 1HSw5Y-0006OP-Eo for ged-emacs-devel@m.gmane.org; Sun, 18 Mar 2007 15:10:25 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HSw6t-0007jW-JG for ged-emacs-devel@m.gmane.org; Sun, 18 Mar 2007 09:11:47 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HSw6p-0007iu-Vr for emacs-devel@gnu.org; Sun, 18 Mar 2007 10:11:44 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HSw6m-0007i6-Ny for emacs-devel@gnu.org; Sun, 18 Mar 2007 10:11:43 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HSw6m-0007i3-E6 for emacs-devel@gnu.org; Sun, 18 Mar 2007 09:11:40 -0500 Original-Received: from wx-out-0506.google.com ([66.249.82.228]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HSw5P-0001mH-Oe for emacs-devel@gnu.org; Sun, 18 Mar 2007 10:10:16 -0400 Original-Received: by wx-out-0506.google.com with SMTP id s17so982838wxc for ; Sun, 18 Mar 2007 07:10:09 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=QGgLKyRx7BDDFRQFIEOyCpFuQS3Ucb3SJZjdyLof9oR9C0MysUwuuvhtuqO8kxVZtIiceRr1vcnvcAa21hEPpYunVmCCJXWvU8MsKAKE2Z5+c0Zv4lmUfTy1k3oSkMhnX17L0d/0sVxwhsN3VOwpCUs+fEPVfirhg6N3EmOXnzo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=UDNpynDZL6jGliiy4iGy6+trSpFFmxvnn6WxWeLRlMlfd20imwb5eWB4vwfk3/+3Jq4Nf2sbnQeAS9WPvb/1n2aaXM7nhMiX6zP6WZL7VK/Zfe09kmJf0Mm9S9aQo1s3NVtPziHWFETn7k4IpdhbsCgCf/ZXrVlmogIjQjZesAA= Original-Received: by 10.70.39.2 with SMTP id m2mr6637066wxm.1174227009701; Sun, 18 Mar 2007 07:10:09 -0700 (PDT) Original-Received: by 10.114.234.16 with HTTP; Sun, 18 Mar 2007 07:10:09 -0700 (PDT) In-Reply-To: Content-Disposition: inline X-detected-kernel: Linux 2.4-2.6 (Google crawlbot) 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:68056 Archived-At: On 3/18/07, Andreas Schwab wrote: > Probably because the revision in your working tree was newer than the > restored backup, so you missed some revisions when you updated. Aha. I think you're right. Well, I've checked out a fresh working copy to avoid more surprises like that. Juanma