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:37:02 +0100 Message-ID: <87tyw951bl.fsf@telefonica.net> References: <200912011947.nB1JlaAp027561@godzilla.ics.uci.edu> <200912012048.nB1Kmjwd025538@fed.local> <200912020543.nB25hKYW002114@godzilla.ics.uci.edu> 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 1259735882 1229 80.91.229.12 (2 Dec 2009 06:38:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 2 Dec 2009 06:38:02 +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:37:56 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 1NFiqY-00010r-SO for ged-emacs-devel@m.gmane.org; Wed, 02 Dec 2009 07:37:55 +0100 Original-Received: from localhost ([127.0.0.1]:40743 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NFiqY-0001VN-CV for ged-emacs-devel@m.gmane.org; Wed, 02 Dec 2009 01:37:54 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NFiqK-0001Qy-Ht for emacs-devel@gnu.org; Wed, 02 Dec 2009 01:37:40 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NFiqF-0001NY-4c for emacs-devel@gnu.org; Wed, 02 Dec 2009 01:37:39 -0500 Original-Received: from [199.232.76.173] (port=40089 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NFiqE-0001NN-Um for emacs-devel@gnu.org; Wed, 02 Dec 2009 01:37:35 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:52354) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NFiqE-0007oH-FI for emacs-devel@gnu.org; Wed, 02 Dec 2009 01:37:34 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.50) id 1NFiqB-0000tV-1I for emacs-devel@gnu.org; Wed, 02 Dec 2009 07:37:31 +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:37:31 +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:37:31 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 16 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:X45KSW6V2S+iScU6VJnUSGXCNdM= 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:118123 Archived-At: Dan Nicolaescu writes: > I don't see a way to display the diff for a shelf. `shelf1' does a lot of operations with shelves: bzr help shelf1 That command is from the bzrtools plugin, which is not guaranteed to be installed along with bzr, although is probably the most popular and considered a "must have". [snip] -- Óscar