Show More
@@ -4898,18 +4898,20 b' def rollback(ui, repo, **opts):' | |||||
4898 | that create new changesets or propagate existing changesets into a |
|
4898 | that create new changesets or propagate existing changesets into a | |
4899 | repository. |
|
4899 | repository. | |
4900 |
|
4900 | |||
4901 | For example, the following commands are transactional, and their |
|
4901 | .. container:: verbose | |
4902 | effects can be rolled back: |
|
4902 | ||
4903 |
|
4903 | For example, the following commands are transactional, and their | ||
4904 | - commit |
|
4904 | effects can be rolled back: | |
4905 | - import |
|
4905 | ||
4906 | - pull |
|
4906 | - commit | |
4907 | - push (with this repository as the destination) |
|
4907 | - import | |
4908 |
- |
|
4908 | - pull | |
4909 |
|
4909 | - push (with this repository as the destination) | ||
4910 | To avoid permanent data loss, rollback will refuse to rollback a |
|
4910 | - unbundle | |
4911 | commit transaction if it isn't checked out. Use --force to |
|
4911 | ||
4912 | override this protection. |
|
4912 | To avoid permanent data loss, rollback will refuse to rollback a | |
|
4913 | commit transaction if it isn't checked out. Use --force to | |||
|
4914 | override this protection. | |||
4913 |
|
4915 | |||
4914 | This command is not intended for use on public repositories. Once |
|
4916 | This command is not intended for use on public repositories. Once | |
4915 | changes are visible for pull by other users, rolling a transaction |
|
4917 | changes are visible for pull by other users, rolling a transaction |
General Comments 0
You need to be logged in to leave comments.
Login now