From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: support for bzr shelve/unshelve in vc-dir Date: Wed, 2 Dec 2009 23:48:05 -0800 (PST) Message-ID: <200912030748.nB37m5V4022253@godzilla.ics.uci.edu> References: <200912011947.nB1JlaAp027561@godzilla.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1259826662 7373 80.91.229.12 (3 Dec 2009 07:51:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 3 Dec 2009 07:51:02 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 03 08:50:55 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 1NG6Sl-0002G4-I6 for ged-emacs-devel@m.gmane.org; Thu, 03 Dec 2009 08:50:55 +0100 Original-Received: from localhost ([127.0.0.1]:40609 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NG6Sl-0008Jv-3A for ged-emacs-devel@m.gmane.org; Thu, 03 Dec 2009 02:50:55 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NG6Se-0008Ji-PL for emacs-devel@gnu.org; Thu, 03 Dec 2009 02:50:48 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NG6Sa-0008In-Et for emacs-devel@gnu.org; Thu, 03 Dec 2009 02:50:48 -0500 Original-Received: from [199.232.76.173] (port=52209 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NG6Sa-0008Ik-99 for emacs-devel@gnu.org; Thu, 03 Dec 2009 02:50:44 -0500 Original-Received: from mx20.gnu.org ([199.232.41.8]:38531) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NG6SZ-00007V-Mb for emacs-devel@gnu.org; Thu, 03 Dec 2009 02:50:43 -0500 Original-Received: from colin-baker-v0.ics.uci.edu ([128.195.1.153]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NG6R6-0001Cy-SJ for emacs-devel@gnu.org; Thu, 03 Dec 2009 02:49:13 -0500 Original-Received: from godzilla.ics.uci.edu (godzilla.ics.uci.edu [128.195.10.101]) by colin-baker-v0.ics.uci.edu (8.13.8/8.13.8) with ESMTP id nB37m642002480 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 2 Dec 2009 23:48:06 -0800 Original-Received: (from dann@localhost) by godzilla.ics.uci.edu (8.13.8+Sun/8.13.6/Submit) id nB37m5V4022253; Wed, 2 Dec 2009 23:48:05 -0800 (PST) In-Reply-To: (Stefan Monnier's message of "Tue, 01 Dec 2009 17:11:53 -0500") Original-Lines: 11 X-ICS-MailScanner-Information: Please send mail to helpdesk@ics.uci.edu or more information X-ICS-MailScanner-ID: nB37m642002480 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-1.363, required 5, autolearn=disabled, ALL_TRUSTED -1.44, TW_BZ 0.08) X-ICS-MailScanner-From: dann@godzilla.ics.uci.edu X-detected-operating-system: by mx20.gnu.org: GNU/Linux 2.6 (newer, 3) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:118167 Archived-At: Stefan Monnier writes: > > Are the bzr shelve/unshelve commands popular? > > Do we want something similar to the vc-dir support for "git stash" for > > bzr shelve/unshelve? > > That would be welcome, yes. Done. I couldn't find a way to display the content of a shelf, so support for that is missing.