From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: Emacs trunk Date: Fri, 03 Dec 2010 17:16:44 -0500 Message-ID: <87zksm7b8z.fsf@stupidchicken.com> References: <87lj467lme.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1291414620 22118 80.91.229.12 (3 Dec 2010 22:17:00 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 3 Dec 2010 22:17:00 +0000 (UTC) Cc: Katsumi Yamaoka , emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 03 23:16:56 2010 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 1POdvz-0000Zc-8C for ged-emacs-devel@m.gmane.org; Fri, 03 Dec 2010 23:16:55 +0100 Original-Received: from localhost ([127.0.0.1]:40550 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1POdvy-0006dQ-KN for ged-emacs-devel@m.gmane.org; Fri, 03 Dec 2010 17:16:54 -0500 Original-Received: from [140.186.70.92] (port=36293 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1POdvu-0006dH-Qz for emacs-devel@gnu.org; Fri, 03 Dec 2010 17:16:51 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1POdvt-00052B-Sd for emacs-devel@gnu.org; Fri, 03 Dec 2010 17:16:50 -0500 Original-Received: from vm-emlprdomr-06.its.yale.edu ([130.132.50.147]:60515) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1POdvq-000512-O7; Fri, 03 Dec 2010 17:16:46 -0500 Original-Received: from furball (dhcp128036014088.central.yale.edu [128.36.14.88]) (authenticated bits=0) by vm-emlprdomr-06.its.yale.edu (8.14.4/8.14.4) with ESMTP id oB3MGjIh031261 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 3 Dec 2010 17:16:45 -0500 Original-Received: by furball (Postfix, from userid 1000) id AB144160675; Fri, 3 Dec 2010 17:16:44 -0500 (EST) In-Reply-To: (Glenn Morris's message of "Fri, 03 Dec 2010 16:41:08 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-Scanned-By: MIMEDefang 2.71 on 130.132.50.147 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) 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:133363 Archived-At: Glenn Morris writes: > Now when I do eg `bzr log configure.in', I only get entries starting > from today, not the rest of the history. :( > > Is this how it is supposed to work? Hmm, that's bad. I didn't realize the files had been restored by adding new files, rather than using `bzr revert'. Thanks for the catch. To fix this, I reverted to revision 102571, then replayed the subsequent commits (102574, 102577, and a fixed version of 102572). Now the history is back. I hope I haven't screwed up yet another thing in the process.