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: support for bzr shelve/unshelve in vc-dir Date: Tue, 01 Dec 2009 23:35:58 -0500 Message-ID: References: <200912011947.nB1JlaAp027561@godzilla.ics.uci.edu> <200912020303.nB2336c4000773@godzilla.ics.uci.edu> <87iqcq59wn.fsf@telefonica.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1259728578 19707 80.91.229.12 (2 Dec 2009 04:36:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 2 Dec 2009 04:36:18 +0000 (UTC) Cc: emacs-devel@gnu.org To: =?iso-8859-1?Q?=D3scar?= Fuentes Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Dec 02 05:36:11 2009 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 1NFgwl-0003Sn-AR for ged-emacs-devel@m.gmane.org; Wed, 02 Dec 2009 05:36:11 +0100 Original-Received: from localhost ([127.0.0.1]:55728 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NFgwk-0003gi-VU for ged-emacs-devel@m.gmane.org; Tue, 01 Dec 2009 23:36:10 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NFgwe-0003gX-QH for emacs-devel@gnu.org; Tue, 01 Dec 2009 23:36:04 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NFgwa-0003fx-3T for emacs-devel@gnu.org; Tue, 01 Dec 2009 23:36:04 -0500 Original-Received: from [199.232.76.173] (port=50120 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NFgwZ-0003fu-V3 for emacs-devel@gnu.org; Tue, 01 Dec 2009 23:35:59 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:26488 helo=ironport2-out.pppoe.ca) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NFgwZ-00067I-JF for emacs-devel@gnu.org; Tue, 01 Dec 2009 23:35:59 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AkoFAAd9FUtLd/5a/2dsb2JhbACBTtYMhDEEihM X-IronPort-AV: E=Sophos;i="4.47,327,1257138000"; d="scan'208";a="50461067" Original-Received: from 75-119-254-90.dsl.teksavvy.com (HELO ceviche.home) ([75.119.254.90]) by ironport2-out.pppoe.ca with ESMTP; 01 Dec 2009 23:35:59 -0500 Original-Received: by ceviche.home (Postfix, from userid 20848) id EBEAE70057; Tue, 1 Dec 2009 23:35:58 -0500 (EST) In-Reply-To: <87iqcq59wn.fsf@telefonica.net> (=?iso-8859-1?Q?=22=D3scar?= Fuentes"'s message of "Wed, 02 Dec 2009 04:31:36 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:118113 Archived-At: > may be a bit tricky. Providing a location would be useful for `diff' > too, for showing the differences among two branches. C-u C-v x = does allow you to specify a branch. > A system for storing named bookmarks (locations) so you are not forced > to write the same cumbersome URLs again and again and use names instead > would be very handy. I don't know how much work this requires. This really belongs in `bzr' in my opinion. `git' is a lot better in this respect. > Finally, implementing invocation parameters for supporting all the > useful variants 'merge' has seems a bit daunting to integrate on the Not sure what you're referring to here. Stefan