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: Tue, 1 Dec 2009 19:03:06 -0800 (PST) Message-ID: <200912020303.nB2336c4000773@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 1259723100 8860 80.91.229.12 (2 Dec 2009 03:05:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 2 Dec 2009 03:05:00 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Dec 02 04:04:53 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 1NFfWO-0003ST-Kg for ged-emacs-devel@m.gmane.org; Wed, 02 Dec 2009 04:04:52 +0100 Original-Received: from localhost ([127.0.0.1]:42785 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NFfWO-0007As-BV for ged-emacs-devel@m.gmane.org; Tue, 01 Dec 2009 22:04:52 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NFfWJ-0007AN-JB for emacs-devel@gnu.org; Tue, 01 Dec 2009 22:04:47 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NFfWF-00079r-P3 for emacs-devel@gnu.org; Tue, 01 Dec 2009 22:04:47 -0500 Original-Received: from [199.232.76.173] (port=53130 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NFfWF-00079o-M6 for emacs-devel@gnu.org; Tue, 01 Dec 2009 22:04:43 -0500 Original-Received: from paul-mcgann-v0.ics.uci.edu ([128.195.1.147]:42068) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NFfWF-0007HN-6Y for emacs-devel@gnu.org; Tue, 01 Dec 2009 22:04:43 -0500 Original-Received: from godzilla.ics.uci.edu (godzilla.ics.uci.edu [128.195.10.101]) by paul-mcgann-v0.ics.uci.edu (8.13.8/8.13.8) with ESMTP id nB23363S021114 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 1 Dec 2009 19:03:06 -0800 Original-Received: (from dann@localhost) by godzilla.ics.uci.edu (8.13.8+Sun/8.13.6/Submit) id nB2336c4000773; Tue, 1 Dec 2009 19:03:06 -0800 (PST) In-Reply-To: (Stefan Monnier's message of "Tue, 01 Dec 2009 17:11:53 -0500") Original-Lines: 10 X-ICS-MailScanner-Information: Please send mail to helpdesk@ics.uci.edu or more information X-ICS-MailScanner-ID: nB23363S021114 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 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:118102 Archived-At: Stefan Monnier writes: > > 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. The "no problem" case for those is easy, just run the corresponding command. If someone does the design for those, I can help with the implementation.