Show More
@@ -2756,7 +2756,9 b' def undo(ui, repo):' | |||
|
2756 | 2756 | |
|
2757 | 2757 | This command is not intended for use on public repositories. Once |
|
2758 | 2758 | a change is visible for pull by other users, undoing it locally is |
|
2759 | ineffective. | |
|
2759 | ineffective. Furthemore a race is possible with readers of the | |
|
2760 | repository, for example an ongoing pull from the repository will | |
|
2761 | fail and rollback. | |
|
2760 | 2762 | """ |
|
2761 | 2763 | repo.undo() |
|
2762 | 2764 |
General Comments 0
You need to be logged in to leave comments.
Login now