From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Giorgos Keramidas Newsgroups: gmane.emacs.devel Subject: Re: VC command for showing outgoing changes Date: Wed, 14 Oct 2009 00:24:28 +0300 Message-ID: <873a5ngf77.fsf@kobe.laptop> References: <200910132024.n9DKOHGj015040@godzilla.ics.uci.edu> <200910132115.n9DLFVRX015392@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 1255469099 24433 80.91.229.12 (13 Oct 2009 21:24:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 13 Oct 2009 21:24:59 +0000 (UTC) Cc: Stefan Monnier , emacs-devel@gnu.org To: Dan Nicolaescu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 13 23:24:49 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 1MxorQ-0003QD-3K for ged-emacs-devel@m.gmane.org; Tue, 13 Oct 2009 23:24:48 +0200 Original-Received: from localhost ([127.0.0.1]:36200 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MxorP-0001fF-Ba for ged-emacs-devel@m.gmane.org; Tue, 13 Oct 2009 17:24:47 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MxorJ-0001fA-Mw for emacs-devel@gnu.org; Tue, 13 Oct 2009 17:24:41 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MxorE-0001dx-SU for emacs-devel@gnu.org; Tue, 13 Oct 2009 17:24:41 -0400 Original-Received: from [199.232.76.173] (port=51136 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MxorE-0001dn-L9 for emacs-devel@gnu.org; Tue, 13 Oct 2009 17:24:36 -0400 Original-Received: from poseidon.ceid.upatras.gr ([150.140.141.169]:37919) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MxorE-000120-6J for emacs-devel@gnu.org; Tue, 13 Oct 2009 17:24:36 -0400 Original-Received: from mail.ceid.upatras.gr (unknown [10.1.0.143]) by poseidon.ceid.upatras.gr (Postfix) with ESMTP id 1FB0AEB5C1D; Wed, 14 Oct 2009 00:24:32 +0300 (EEST) Original-Received: from localhost (europa.ceid.upatras.gr [127.0.0.1]) by mail.ceid.upatras.gr (Postfix) with ESMTP id D691745152; Wed, 14 Oct 2009 00:24:32 +0300 (EEST) X-Virus-Scanned: amavisd-new at ceid.upatras.gr Original-Received: from mail.ceid.upatras.gr ([127.0.0.1]) by localhost (europa.ceid.upatras.gr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id hpfJQOsJ6nJx; Wed, 14 Oct 2009 00:24:32 +0300 (EEST) Original-Received: from kobe.laptop (adsl341-12.kln.forthnet.gr [188.4.65.12]) by mail.ceid.upatras.gr (Postfix) with ESMTP id 9080B450C6; Wed, 14 Oct 2009 00:24:32 +0300 (EEST) Original-Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.3/8.14.3) with ESMTP id n9DLOVp2003731 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 14 Oct 2009 00:24:31 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Original-Received: (from keramida@localhost) by kobe.laptop (8.14.3/8.14.3/Submit) id n9DLOSNF003730; Wed, 14 Oct 2009 00:24:28 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) In-Reply-To: <200910132115.n9DLFVRX015392@godzilla.ics.uci.edu> (Dan Nicolaescu's message of "Tue, 13 Oct 2009 14:15:31 -0700 (PDT)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (berkeley-unix) 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:116120 Archived-At: On Tue, 13 Oct 2009 14:15:31 -0700 (PDT), Dan Nicolaescu wrote: > Stefan Monnier writes: > > > It would be nice to have a VC command for showing the outgoing changes > > > for distributed VC systems (i.e. the log of the changes that will be > > > pushed when you do a VC push). > > > Let's call this method vc-outgoing (name suggestions are welcome). > > > > I think before that we should have support for a `push' backend operation. > > You mean as a precondition of doing vc-outgoing? > I'd like to avoid tangling the two. vc-outgoing should be easy, and similar to > what we already do for `print-log', I am not so sure about `push'. > I think vc-outgoing can be useful even without a push operation, just > for showing the log and examining diffs. Yes, it will be useful even without a `push' backend command. What would also be nice is to be able to use log-view mode _with_ the vc-outgoing command. For example mark a changeset with `m' in log-view mode and see all the outgoing changes up to *that* changeset.