![]() |
![]() |
||||||||||||||||
|
|
||||||||||||||||
|
Backing Out Changes There are several ways to see and get back to an earlier version of a file or repository. File Level To see version history of a file:
Sometimes you will want to remove a version of a file. If it is not a part of a changeset you may strip the delta(s) from the revision history by doing:
Repository Level Like the File Level, you may browse the revision history of the repository using
If you have just pulled updates into your repository browse the incoming changes by using:
If you find that you do not want those updates, you can remove them from your repository by doing:
If you find a changeset that really should not be in the
repository you may use
If you don't want to remove a changeset, but would like to safely exclude its effects on your tree (you can change your mind later) use:
|