From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?utf-8?Q?=C3=93scar_Fuentes?= Newsgroups: gmane.emacs.devel Subject: Re: support for bzr shelve/unshelve in vc-dir Date: Wed, 02 Dec 2009 07:42:49 +0100 Message-ID: <87pr6x511y.fsf@telefonica.net> References: <200912011947.nB1JlaAp027561@godzilla.ics.uci.edu> <200912020303.nB2336c4000773@godzilla.ics.uci.edu> <87iqcq59wn.fsf@telefonica.net> <87ocmhvr1l.fsf@uwakimon.sk.tsukuba.ac.jp> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1259736681 2895 80.91.229.12 (2 Dec 2009 06:51:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 2 Dec 2009 06:51:21 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Dec 02 07:51:14 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 1NFj3S-0004U0-A0 for ged-emacs-devel@m.gmane.org; Wed, 02 Dec 2009 07:51:14 +0100 Original-Received: from localhost ([127.0.0.1]:58306 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NFj3R-00074t-Qn for ged-emacs-devel@m.gmane.org; Wed, 02 Dec 2009 01:51:13 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NFivs-0003Mi-I3 for emacs-devel@gnu.org; Wed, 02 Dec 2009 01:43:24 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NFivn-0003L2-Me for emacs-devel@gnu.org; Wed, 02 Dec 2009 01:43:23 -0500 Original-Received: from [199.232.76.173] (port=59537 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NFivn-0003Kx-AO for emacs-devel@gnu.org; Wed, 02 Dec 2009 01:43:19 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:34160) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NFivm-0008EQ-H7 for emacs-devel@gnu.org; Wed, 02 Dec 2009 01:43:19 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.50) id 1NFivk-0002VP-6I for emacs-devel@gnu.org; Wed, 02 Dec 2009 07:43:16 +0100 Original-Received: from 112.red-83-38-73.dynamicip.rima-tde.net ([83.38.73.112]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 02 Dec 2009 07:43:16 +0100 Original-Received: from ofv by 112.red-83-38-73.dynamicip.rima-tde.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 02 Dec 2009 07:43:16 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 25 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 112.red-83-38-73.dynamicip.rima-tde.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) Cancel-Lock: sha1:7iZxejoI1D5IqYXzgcDpyvjPW64= X-detected-operating-system: by monty-python.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:118124 Archived-At: "Stephen J. Turnbull" writes: > Stefan Monnier writes: > > > > 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. > > Doesn't bzr's branch nickname feature serve here? Not really. Bazaar has no problems working with multiple branches with the same nick and, unless you explicitly name them with `bzr nick ', the nick will be the same as the parent's. OTOH, the nick doesn't tell bazaar the location of the branch. AFAIK, git has a bookmark system built-in. There is a plugin for bazaar, but I don't know how well it works. [snip] -- Óscar