comparison mercurial/commands.py @ 4682:51ec5e069505

rollback: update help for issue316
author Matt Mackall <mpm@selenic.com>
date Fri, 22 Jun 2007 17:29:49 -0500
parents 0f6e2b37512d
children 849f011dbf79
comparison
equal deleted inserted replaced
4680:059bdc8dfb9d 4682:51ec5e069505
2396 pull 2396 pull
2397 push (with this repository as destination) 2397 push (with this repository as destination)
2398 unbundle 2398 unbundle
2399 2399
2400 This command should be used with care. There is only one level of 2400 This command should be used with care. There is only one level of
2401 rollback, and there is no way to undo a rollback. 2401 rollback, and there is no way to undo a rollback. It will also
2402 restore the dirstate at the time of the last transaction, which
2403 may lose subsequent dirstate changes.
2402 2404
2403 This command is not intended for use on public repositories. Once 2405 This command is not intended for use on public repositories. Once
2404 changes are visible for pull by other users, rolling a transaction 2406 changes are visible for pull by other users, rolling a transaction
2405 back locally is ineffective (someone else may already have pulled 2407 back locally is ineffective (someone else may already have pulled
2406 the changes). Furthermore, a race is possible with readers of the 2408 the changes). Furthermore, a race is possible with readers of the