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: Request inclusion of ioccur.el in ELPA Date: Thu, 15 Mar 2012 16:25:05 +0800 Message-ID: <8762e6uv8e.fsf@gnu.org> References: <87ipk15un8.fsf@gmail.com> <87zkdcj52e.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1331799945 13261 80.91.229.3 (15 Mar 2012 08:25:45 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 15 Mar 2012 08:25:45 +0000 (UTC) Cc: emacs-devel@gnu.org, Thierry Volpiatto To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 15 09:25:43 2012 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 1S860F-0003CJ-1P for ged-emacs-devel@m.gmane.org; Thu, 15 Mar 2012 09:25:43 +0100 Original-Received: from localhost ([::1]:38806 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S860E-0007Ti-07 for ged-emacs-devel@m.gmane.org; Thu, 15 Mar 2012 04:25:42 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:43649) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S85zo-0007Ec-Ge for emacs-devel@gnu.org; Thu, 15 Mar 2012 04:25:40 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S85zm-0006eK-LU for emacs-devel@gnu.org; Thu, 15 Mar 2012 04:25:16 -0400 Original-Received: from fencepost.gnu.org ([208.118.235.10]:45590) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S85zm-0006eE-IM for emacs-devel@gnu.org; Thu, 15 Mar 2012 04:25:14 -0400 Original-Received: from [155.69.19.195] (port=50919 helo=ulysses) by fencepost.gnu.org with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1S85zk-0005VI-7P; Thu, 15 Mar 2012 04:25:12 -0400 In-Reply-To: (Stefan Monnier's message of "Wed, 14 Mar 2012 08:53:05 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.94 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 208.118.235.10 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:149073 Archived-At: Stefan Monnier writes: > OK, it looks like the repository is not really corrupted: you can still > check it out, just not directly. I.e. you have to > "bzr checkout -r 170 ...elpa" and then "bzr update". > So, it can probably be fixed by fixin bzr without changing > the repository. So I installed your ioccur, with the patch below. What about doing `bzr push --overwrite' from revision 170 into the elpa branch stored on Savannah? IIUC, that should overwrite the elpa branch entirely, discarding the problematic revno 171 commit.