From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: RCS, again: another removed functionality: undo last-checkin Date: Mon, 21 Sep 2015 09:50:37 +0300 Message-ID: <83si68nu4i.fsf@gnu.org> References: <87oagx6tzz.fsf@mat.ucm.es> <55FF4026.2050004@yandex.ru> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1442818260 1189 80.91.229.3 (21 Sep 2015 06:51:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 21 Sep 2015 06:51:00 +0000 (UTC) Cc: monnier@iro.umontreal.ca, emacs-devel@gnu.org To: Dmitry Gutov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 21 08:50:51 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 1Zduw5-00061i-Ed for ged-emacs-devel@m.gmane.org; Mon, 21 Sep 2015 08:50:49 +0200 Original-Received: from localhost ([::1]:56126 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zduw5-0003kz-1a for ged-emacs-devel@m.gmane.org; Mon, 21 Sep 2015 02:50:49 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60504) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zduvp-0003ko-UN for emacs-devel@gnu.org; Mon, 21 Sep 2015 02:50:34 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zduvm-0000yc-JD for emacs-devel@gnu.org; Mon, 21 Sep 2015 02:50:33 -0400 Original-Received: from mtaout22.012.net.il ([80.179.55.172]:34782) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zduvm-0000xl-4W for emacs-devel@gnu.org; Mon, 21 Sep 2015 02:50:30 -0400 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0NV000L00LN5ER00@a-mtaout22.012.net.il> for emacs-devel@gnu.org; Mon, 21 Sep 2015 09:50:28 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([84.94.185.246]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NV000LRCLO31J90@a-mtaout22.012.net.il>; Mon, 21 Sep 2015 09:50:28 +0300 (IDT) In-reply-to: <55FF4026.2050004@yandex.ru> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.172 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:190171 Archived-At: > From: Dmitry Gutov > Date: Mon, 21 Sep 2015 02:24:22 +0300 > > On 09/20/2015 07:30 PM, Stefan Monnier wrote: > > > The most natural way to re-add tihs feature is to make vc-rcs.el > > understand the "Amend:" header that's also used by Git. > > The use case may be similar, but the name "rollback" sounds much closer > to what happen when you call 'git reset [--hard]'. Which is a useful > operation as well, one currently not supported by VC. If the commit was already pushed, you will need "git revert" instead, I think.