[Python-3000] commit access request

Stefan Behnel stefan_ml at behnel.de
Wed Jul 16 07:37:03 CEST 2008


Nick Coghlan wrote:
> I recently spent an hour reverting a mistaken CVS checkin (meant to
> check in one file, checked in the whole working tree instead) that could
> have been reverted with a single command in SVN.

:) I know what that feels like ...

That's where Mercurial's "hg rollback" comes in very handy. And it's actually
a very nice feature that distributed VCSes split the commit and push
operations into two separate steps...

Stefan



More information about the Python-3000 mailing list