From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: gnulib strftime imported into Emacs Date: Mon, 31 Jan 2011 15:42:33 -0500 Message-ID: References: <4D45F788.1020101@cs.ucla.edu> <83ipx4g7nq.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1296506710 24895 80.91.229.12 (31 Jan 2011 20:45:10 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 31 Jan 2011 20:45:10 +0000 (UTC) Cc: eggert@cs.ucla.edu, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 31 21:45:05 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 1Pk0cJ-0003BQ-DT for ged-emacs-devel@m.gmane.org; Mon, 31 Jan 2011 21:45:04 +0100 Original-Received: from localhost ([127.0.0.1]:50152 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pk0aR-0004NM-UV for ged-emacs-devel@m.gmane.org; Mon, 31 Jan 2011 15:43:00 -0500 Original-Received: from [140.186.70.92] (port=45009 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pk0aH-0004Fn-Ty for emacs-devel@gnu.org; Mon, 31 Jan 2011 15:42:53 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pk0a4-0006cU-74 for emacs-devel@gnu.org; Mon, 31 Jan 2011 15:42:36 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.183]:51929 helo=ironport2-out.pppoe.ca) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pk0a2-0006c2-D2; Mon, 31 Jan 2011 15:42:34 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvsEAGetRk1Ld/8K/2dsb2JhbACkeHS+B4VOBIUTj2g X-IronPort-AV: E=Sophos;i="4.60,405,1291611600"; d="scan'208";a="89987194" Original-Received: from 75-119-255-10.dsl.teksavvy.com (HELO ceviche.home) ([75.119.255.10]) by ironport2-out.pppoe.ca with ESMTP/TLS/ADH-AES256-SHA; 31 Jan 2011 15:42:33 -0500 Original-Received: by ceviche.home (Postfix, from userid 20848) id 73691660DC; Mon, 31 Jan 2011 15:42:33 -0500 (EST) In-Reply-To: <83ipx4g7nq.fsf@gnu.org> (Eli Zaretskii's message of "Mon, 31 Jan 2011 22:06:17 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.183 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:135354 Archived-At: >> % bzr revert How do you do that? First % bzr status then % bzr revert ;-) I think my sed-foo was just strong enough to automate it, but the list of files was too short to motivate me, so I did it by hand. Stefan