[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 10:47:24 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) |
> Rollback is a case in point. It is a command that lets you undo the
> last checkin. Only SCCS and RCS actually support it. Git possibly
> could, in theory, but the Git implementation would be tricky and have
> sharp edges when the last revision had been pushed.
Actually, I think most VCS can support it one way or another.
> might be using it on some remnant RCS repo (I think we can safely
> consider SCCS dead to us at this point). And the broader question is
We've had some bug reports about vc-sccs.el in the
not-completely-distant past, so there might still be such people
out there.
But contrary to what the above two statements might lead you to think,
I'm in favor of removing this rollback, because I don't think it's good
enough as it stands. 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).
Stefan
- Re: Removing rollback from VC mode - request for comment, (continued)
- Re: Removing rollback from VC mode - request for comment, Achim Gratz, 2014/12/11
- Re: Removing rollback from VC mode - request for comment, Steinar Bang, 2014/12/11
- Re: Removing rollback from VC mode - request for comment, Stefan Monnier, 2014/12/11
- vc-region-authors (or some such), Sebastien Vauban, 2014/12/12
- Re: vc-region-authors (or some such), Stefan Monnier, 2014/12/12
- Re: vc-region-authors (or some such), Dmitry Gutov, 2014/12/12
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 <=
- 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, 2014/12/11
- 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