From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David De La Harpe Golden Newsgroups: gmane.emacs.devel Subject: Re: bug in 23.2.92 with anything Date: Thu, 20 Jan 2011 01:17:59 +0000 Message-ID: <4D378D47.5030002@harpegolden.net> References: <87aaj2asy4.fsf@gmail.com> <4D31FDEC.9050508@gmx.at> <878vylonnl.fsf@stupidchicken.com> <4D32178A.7090308@gmx.at> <87d3nx23w2.fsf@gmail.com> <4D32360B.7030007@gmx.at> <87y66l48t4.fsf@gmail.com> <4D32CA53.20004@gmx.at> <874o97hnb6.fsf@gmail.com> <4D3419E2.8070508@gmx.at> <87tyh72103.fsf@gmail.com> <4D3480D7.1070303@gmx.at> <87mxmzcsgi.fsf@gmail.com> <4D3545AD.5090401@gmx.at> <8739oqegky.fsf@gmail.com> <87r5ca43ee.fsf@gmail.com> 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: dough.gmane.org 1295486305 20271 80.91.229.12 (20 Jan 2011 01:18:25 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 20 Jan 2011 01:18:25 +0000 (UTC) Cc: rudalics@gmx.at, cyd@stupidchicken.com, emacs-devel@gnu.org, Thierry Volpiatto To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 20 02:18:20 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 1PfjAJ-0004xn-SP for ged-emacs-devel@m.gmane.org; Thu, 20 Jan 2011 02:18:20 +0100 Original-Received: from localhost ([127.0.0.1]:51691 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PfjAI-0000R2-VQ for ged-emacs-devel@m.gmane.org; Wed, 19 Jan 2011 20:18:18 -0500 Original-Received: from [140.186.70.92] (port=59596 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PfjAC-0000QM-4Q for emacs-devel@gnu.org; Wed, 19 Jan 2011 20:18:15 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PfjA7-0001k5-Eb for emacs-devel@gnu.org; Wed, 19 Jan 2011 20:18:11 -0500 Original-Received: from harpegolden.net ([65.99.215.13]:39430) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PfjA3-0001gT-EV; Wed, 19 Jan 2011 20:18:03 -0500 Original-Received: from [87.198.55.208] (87-198-55-208.ptr.magnet.ie [87.198.55.208]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client CN "David De La Harpe Golden", Issuer "David De La Harpe Golden Personal CA rev 3" (verified OK)) by harpegolden.net (Postfix) with ESMTPSA id 785D4683D1; Thu, 20 Jan 2011 01:18:01 +0000 (GMT) User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.16) Gecko/20101226 Icedove/3.0.11 In-Reply-To: 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:134794 Archived-At: On 18/01/11 15:52, Eli Zaretskii wrote: >> From: Thierry Volpiatto >> Cc: rudalics@gmx.at, cyd@stupidchicken.com, emacs-devel@gnu.org >> Date: Tue, 18 Jan 2011 16:50:33 +0100 >> >> I use mostly queued patchs with hg q extension or if needed stgit. >> I don't think bzr have queued patchs extension, does it? > > If you explain what that is, I (or someone else) might be able to > answer. > He presumably means quilt [1] type functionality - management of a stack of patches. The original quilt had no VCS integration in particular, so there are quilt work-sorta-alikes for various modern VCSs, such as stgit for git [2] and the mercurial queue extension [3] Anyway, just searching, looks to me like bzr loom [4][5][6] is the bzr-land quilt-oid (or at least is usable as one). But I've never used it myself, don't really know how it compares or if there are any other alternatives. [1] http://savannah.nongnu.org/projects/quilt [2] http://www.procode.org/stgit/ [3] http://mercurial.selenic.com/wiki/MqExtension [4] https://launchpad.net/bzr-loom [5] http://wiki.bazaar.canonical.com/Documentation/LoomAsSmarterQuilt [6] http://blogs.gnome.org/jamesh/2008/04/01/bzr-loom/