[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Removing rollback from VC mode - request for comment
From: |
Stefan Monnier |
Subject: |
Re: Removing rollback from VC mode - request for comment |
Date: |
Thu, 11 Dec 2014 14:40:49 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) |
>> Actually, I think most VCS can support it one way or another.
> It's not hard to simulate using what in git terms is a reverse cherry pick.
IIUC "reverse cherry pick" adds a new commit, so it's a different
operation, which does not require any special support (it's a normal
cherry pick, basically).
> But modifying history in place is very difficult to do with a good outcome.
The "clean" way to look at this feature is:
- create a new branch BAR off of the target revision.
- delete the current branch FOO.
- rename BAR to FOO.
- adjust the current checkout, if needed, in accordance with the new FOO.
AFAIK, most current VCS offer those operations.
> It'll take a while, though. Michael Albinus and I are finding a lot
> of bit-rot. He just told me that six of the eight working-revision
> backend functions don't work right. Much repair is required before
> adding new features.
That's OK, but:
- please make sure you get back promptly to replacing the removed features.
- the more important the feature, the shorter the delay before you
replace it.
Stefan
- vc-region-authors (or some such), (continued)
Re: Removing rollback from VC mode - request for comment, Ted Zlatanov, 2014/12/11
Re: Removing rollback from VC mode - request for comment, Stefan Monnier, 2014/12/11
- Re: Removing rollback from VC mode - request for comment, Sergey Organov, 2014/12/11
- Re: Removing rollback from VC mode - request for comment, Eric S. Raymond, 2014/12/11
- Re: Removing rollback from VC mode - request for comment,
Stefan Monnier <=
- Re: Removing rollback from VC mode - request for comment, Richard Stallman, 2014/12/12
- Re: Removing rollback from VC mode - request for comment, Eric S. Raymond, 2014/12/12
- Re: Removing rollback from VC mode - request for comment, Richard Stallman, 2014/12/13
- Re: Removing rollback from VC mode - request for comment, Eric S. Raymond, 2014/12/13
- Re: Removing rollback from VC mode - request for comment, Richard Stallman, 2014/12/14
- Re: Removing rollback from VC mode - request for comment, Eric S. Raymond, 2014/12/14
- Re: Removing rollback from VC mode - request for comment, Thien-Thi Nguyen, 2014/12/14
Re: Removing rollback from VC mode - request for comment, Karl Fogel, 2014/12/11
Re: Removing rollback from VC mode - request for comment, Richard Stallman, 2014/12/11
Re: Removing rollback from VC mode - request for comment, Uwe Brauer, 2014/12/12