emacs-devel
[Top][All Lists]
Advanced

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

Re: Emacs trunk


From: Stefan Monnier
Subject: Re: Emacs trunk
Date: Fri, 03 Dec 2010 20:22:50 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

>> Could be that it works as well, but "bzr merge -r 102572..102571" is the
>> standard way to undo a commit 
> I'm a luddite - I've never used the merge command.

;-)

Every VCS has a way to "apply a set of changes".
In cvs, you'd have done something like:

  cvs diff -r 102572 -r 102571 | patch -p0

"revert" is a command that disregards the starting point, so it's more
likely to result in data loss.


        Stefan



reply via email to

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