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: RCS, again: another removed functionality: undo last-checkin Date: Wed, 23 Sep 2015 13:33:36 -0400 Message-ID: References: <87oagx6tzz.fsf@mat.ucm.es> <55FF4026.2050004@yandex.ru> <83si68nu4i.fsf@gnu.org> <87eghsfd3m.fsf@fencepost.gnu.org> <83k2rknr2c.fsf@gnu.org> <87mvwellmg.fsf@uwakimon.sk.tsukuba.ac.jp> <56023A6C.3020302@yandex.ru> <5602BE3E.1050009@yandex.ru> <5602C4DE.8020105@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1443029665 17563 80.91.229.3 (23 Sep 2015 17:34:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 23 Sep 2015 17:34:25 +0000 (UTC) Cc: "Stephen J. Turnbull" , dak@gnu.org, eliz@gnu.org, rms@gnu.org, emacs-devel@gnu.org To: Dmitry Gutov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 23 19:34:12 2015 Return-path: Envelope-to: ged-emacs-devel@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 1Zenvi-0002An-Fw for ged-emacs-devel@m.gmane.org; Wed, 23 Sep 2015 19:34:06 +0200 Original-Received: from localhost ([::1]:49649 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zenvh-0003Nm-S0 for ged-emacs-devel@m.gmane.org; Wed, 23 Sep 2015 13:34:05 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:48548) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZenvN-0003N2-CI for emacs-devel@gnu.org; Wed, 23 Sep 2015 13:33:49 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZenvM-000558-LL for emacs-devel@gnu.org; Wed, 23 Sep 2015 13:33:45 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:26669) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZenvH-00052D-HU; Wed, 23 Sep 2015 13:33:39 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A0CXDQA731xV/2yixEVcgxCEAshgBAICgTw8EQEBAQEBAQGBCkEFg10BAQMBViMQCw4mEhQYDSSINwjPIwEBAQEGAgEfizqFBQeELQWzP4FFI2GDMyKCeAEBAQ X-IPAS-Result: A0CXDQA731xV/2yixEVcgxCEAshgBAICgTw8EQEBAQEBAQGBCkEFg10BAQMBViMQCw4mEhQYDSSINwjPIwEBAQEGAgEfizqFBQeELQWzP4FFI2GDMyKCeAEBAQ X-IronPort-AV: E=Sophos;i="5.13,465,1427774400"; d="scan'208";a="165654953" Original-Received: from 69-196-162-108.dsl.teksavvy.com (HELO pastel.home) ([69.196.162.108]) by ironport2-out.teksavvy.com with ESMTP; 23 Sep 2015 13:33:36 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 69ACC627AF; Wed, 23 Sep 2015 13:33:36 -0400 (EDT) In-Reply-To: <5602C4DE.8020105@yandex.ru> (Dmitry Gutov's message of "Wed, 23 Sep 2015 18:27:26 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:190300 Archived-At: >> Yes, M-x vc-commit RET should definitely ignore the "up to date" status. > By vc-commit, do you mean vc-next-action, or a new command? Nowadays (as in "with modern VCS"), vc-next-action can't do much beside commit, and `vc-next-action' is also the only command which can do "commit". So, yes, I mean a new command (which should mostly supercede vc-next-action). Stefan