From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sergey Organov Newsgroups: gmane.emacs.devel Subject: Re: Removing rollback from VC mode - request for comment Date: Thu, 11 Dec 2014 20:02:50 +0300 Message-ID: References: <20141211092138.6D5F6C008E@snark.thyrsus.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1418317433 8048 80.91.229.3 (11 Dec 2014 17:03:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 11 Dec 2014 17:03:53 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 11 18:03:49 2014 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 1Xz79Y-0005GR-Kw for ged-emacs-devel@m.gmane.org; Thu, 11 Dec 2014 18:03:48 +0100 Original-Received: from localhost ([::1]:52650 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xz79Y-0005ZK-8F for ged-emacs-devel@m.gmane.org; Thu, 11 Dec 2014 12:03:48 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50218) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xz79E-0005YN-Os for emacs-devel@gnu.org; Thu, 11 Dec 2014 12:03:34 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xz798-0002B6-Ss for emacs-devel@gnu.org; Thu, 11 Dec 2014 12:03:28 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:53001) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xz798-0002A0-My for emacs-devel@gnu.org; Thu, 11 Dec 2014 12:03:22 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Xz790-0004nm-UF for emacs-devel@gnu.org; Thu, 11 Dec 2014 18:03:14 +0100 Original-Received: from 89.175.180.246 ([89.175.180.246]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 11 Dec 2014 18:03:14 +0100 Original-Received: from sorganov by 89.175.180.246 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 11 Dec 2014 18:03:14 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 14 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 89.175.180.246 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:179798 Archived-At: Stefan Monnier writes: [...] > E.g. I think it should be replaced by an `uncommit' which would be > the opposite of `commit' and should ideally preserve as much info as > possible (e.g. not change the file's contents, and stash the commit > message somewhere so it can be re-used if you decide to recommit). Magit has nice feature of commit messages history. Once you have that, there is no need to treat this case specially, I think. -- Sergey.