If someone checks in a commit you might want to undo it.

Howto

1 Open repository browser and switch to revision just before the fatal commit
2 Copy src of this revision to src_before_commit
3 Switch back to HEAD revision
4 Replace src with src_before_commit (delete and rename)

  • No labels