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 17:11:53 -0500 Message-ID: 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 1259705633 31648 80.91.229.12 (1 Dec 2009 22:13:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 1 Dec 2009 22:13:53 +0000 (UTC) Cc: emacs-devel@gnu.org To: Dan Nicolaescu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Dec 01 23:13:46 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 1NFayg-00077T-86 for ged-emacs-devel@m.gmane.org; Tue, 01 Dec 2009 23:13:46 +0100 Original-Received: from localhost ([127.0.0.1]:57818 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NFayf-0004Qj-JH for ged-emacs-devel@m.gmane.org; Tue, 01 Dec 2009 17:13:45 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NFaya-0004QN-4D for emacs-devel@gnu.org; Tue, 01 Dec 2009 17:13:40 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NFayV-0004Pu-CY for emacs-devel@gnu.org; Tue, 01 Dec 2009 17:13:39 -0500 Original-Received: from [199.232.76.173] (port=60871 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NFayV-0004Pr-9V for emacs-devel@gnu.org; Tue, 01 Dec 2009 17:13:35 -0500 Original-Received: from pruche.dit.umontreal.ca ([132.204.246.22]:49124) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NFayV-0007LD-1F for emacs-devel@gnu.org; Tue, 01 Dec 2009 17:13:35 -0500 Original-Received: from faina.iro.umontreal.ca (faina.iro.umontreal.ca [132.204.26.177]) by pruche.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id nB1MBr2P026879; Tue, 1 Dec 2009 17:11:53 -0500 Original-Received: by faina.iro.umontreal.ca (Postfix, from userid 20848) id 319BB3A14D; Tue, 1 Dec 2009 17:11:53 -0500 (EST) In-Reply-To: <200912011947.nB1JlaAp027561@godzilla.ics.uci.edu> (Dan Nicolaescu's message of "Tue, 1 Dec 2009 11:47:36 -0800 (PST)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) X-NAI-Spam-Level: X-NAI-Spam-Score: 0.5 X-NAI-Spam-Rules: 2 Rules triggered DATE_FUTURE=0.5, RV3418=0 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:118080 Archived-At: > 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. > If yes, I can try to whip up a patch before the feature freeze... There's no hurry on my side. I'm probably more eager to see support for things like pull/push. Stefan