# HG changeset patch # User Matt Mackall # Date 2009-06-20 14:00:02 # Node ID f8d00346a62d4bb4e5e3bb5d5adc555471b0c756 # Parent f331de880cbbfbd601e710a2735718ccf882c462 rollback: minor clarification (issue828) diff --git a/mercurial/commands.py b/mercurial/commands.py --- a/mercurial/commands.py +++ b/mercurial/commands.py @@ -2680,7 +2680,8 @@ def rollback(ui, repo): This command should be used with care. There is only one level of rollback, and there is no way to undo a rollback. It will also restore the dirstate at the time of the last transaction, losing - any dirstate changes since that time. + any dirstate changes since that time. This command does not alter + the working directory. Transactions are used to encapsulate the effects of all commands that create new changesets or propagate existing changesets into a