##// END OF EJS Templates
rollback: minor clarification (issue828)
Matt Mackall -
r8856:f8d00346 default
parent child Browse files
Show More
@@ -2680,7 +2680,8 b' def rollback(ui, repo):'
2680 This command should be used with care. There is only one level of
2680 This command should be used with care. There is only one level of
2681 rollback, and there is no way to undo a rollback. It will also
2681 rollback, and there is no way to undo a rollback. It will also
2682 restore the dirstate at the time of the last transaction, losing
2682 restore the dirstate at the time of the last transaction, losing
2683 any dirstate changes since that time.
2683 any dirstate changes since that time. This command does not alter
2684 the working directory.
2684
2685
2685 Transactions are used to encapsulate the effects of all commands
2686 Transactions are used to encapsulate the effects of all commands
2686 that create new changesets or propagate existing changesets into a
2687 that create new changesets or propagate existing changesets into a
General Comments 0
You need to be logged in to leave comments. Login now