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: vc-pull/vc-push support Date: Tue, 25 May 2010 03:48:50 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1274773748 24381 80.91.229.12 (25 May 2010 07:49:08 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 25 May 2010 07:49:08 +0000 (UTC) Cc: emacs-devel@gnu.org To: Miles Bader Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue May 25 09:49:06 2010 connect(): No such file or directory 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.69) (envelope-from ) id 1OGosn-00009K-Kd for ged-emacs-devel@m.gmane.org; Tue, 25 May 2010 09:49:01 +0200 Original-Received: from localhost ([127.0.0.1]:38284 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OGosn-0007XX-16 for ged-emacs-devel@m.gmane.org; Tue, 25 May 2010 03:49:01 -0400 Original-Received: from [199.232.76.173] (port=39508 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OGose-0007Vr-UI for emacs-devel@gnu.org; Tue, 25 May 2010 03:48:52 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1OGose-0001AM-0c for emacs-devel@gnu.org; Tue, 25 May 2010 03:48:52 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:53400) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1OGosd-0001AI-R3 for emacs-devel@gnu.org; Tue, 25 May 2010 03:48:51 -0400 Original-Received: from dann by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1OGosc-0003K3-Qr; Tue, 25 May 2010 03:48:50 -0400 In-Reply-To: (Miles Bader's message of "Tue\, 25 May 2010 16\:43\:13 +0900") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) 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:125230 Archived-At: Miles Bader writes: > Dan Nicolaescu writes: >> +;; - pull (revision remote-location) > > What does it mean to "pull" a particular revision? Pull all revisions up to REVI > Is the revision in the local namespace or the remote namespace? Remote. The intended use-case for this is to do M-x vc-log-incoming and then be able to select what to pull. (assuming this is useful...)