From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.help Subject: Re: Using VC Date: Mon, 06 Jan 2014 19:08:37 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87lhysejqy.fsf@flea.lifelogs.com> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1389053430 6600 80.91.229.3 (7 Jan 2014 00:10:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 7 Jan 2014 00:10:30 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jan 07 01:10:37 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1W0KFh-00021f-3A for geh-help-gnu-emacs@m.gmane.org; Tue, 07 Jan 2014 01:10:37 +0100 Original-Received: from localhost ([::1]:38161 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W0KFg-0005O3-L1 for geh-help-gnu-emacs@m.gmane.org; Mon, 06 Jan 2014 19:10:36 -0500 Original-Path: usenet.stanford.edu!news.kjsl.com!feeder.erje.net!eu.feeder.erje.net!news.albasani.net!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 28 Original-X-Trace: news.albasani.net d86u5C11aPrG47Ui+5BLqxkbUgvA8EgzwLWXGURpSz8ik4aJYvGQAN1LU7MgXdwMPgitPKPbEQePUB56YtShIQ== Original-NNTP-Posting-Date: Tue, 7 Jan 2014 00:06:56 +0000 (UTC) Injection-Info: news.albasani.net; logging-data="ieTGLw4FM8rDzHBf9v//N9O6TYiaODlY7gPnL5JUgF5nS55A8mJAHdM4xdAf/wsQAIQ0mrogq3R716t0OEjz2uQajPLFHu3bsOCDwpK+WN3DZoGvp2CmFlnYdx1L2Z65"; mail-complaints-to="abuse@albasani.net" User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3.50 (gnu/linux) X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6; d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" Cancel-Lock: sha1:6UFA4ZKN8ojYIpWQeVe6/aguwP8= sha1:dUhQrEu9FNRL30R6jP/25l4j9lE= Original-Xref: usenet.stanford.edu gnu.emacs.help:203020 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:95289 Archived-At: On Sat, 04 Jan 2014 14:28:04 -0500 Stefan Monnier wrote: >> The VC command C-x v v claims to cycle through the appropriate actions SM> That was somewhat true back in the days of RCS (where there were SM> basically only 2 actions: checkout and checkin), then a bit less in the SM> days of CVS, and nowadays it's completely untrue since the set of SM> appropriate actions possible at a given time is much larger than 1. I think some form of "git push" should at least be offered as a choice. Scenario: repo is clean and ahead of remotes "origin" and "core" I use `C-x v v' Right now it does nothing. It should, IMHO, offer three choices (and a way to cancel, of course): "Push" "Push to origin" "Push to core" I know there are many possible paths, but with Git you tend to use those two paths (push + push to a specific remote) pretty often after a commit. Ted