emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: RCS, again: another removed functionality: undo last-checkin


From: Stefan Monnier
Subject: Re: RCS, again: another removed functionality: undo last-checkin
Date: Sun, 20 Sep 2015 12:30:09 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

> But as I learned from David and Eli that ESR, removed another feature, namely
> undo-last-checkin AKA rollback.

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.

In Git, this lets you mark the current commit as replacing the last one,
instead of being a completely new one.  So it seems to be exactly your
use case.


        Stefan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]