Mercurial > hg-stable
changeset 595:c2c2c6d617bd
Expand undo docs
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Expand undo docs
manifest hash: 4381a35ef96ce10176dde3c9c6c2503f65ae8a09
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)
iD8DBQFCyD93ywK+sNU5EO8RAianAJ97+hYOTwV3OvAAekcYn3f1Ahzf4ACeLjgz
kUAHrjSmhs2F421lXxbgCfw=
=gbg9
-----END PGP SIGNATURE-----
author | mpm@selenic.com |
---|---|
date | Sun, 03 Jul 2005 11:41:43 -0800 |
parents | 0a2ffc5c906b |
children | 9a8daeff0ffa |
files | doc/hg.1.txt |
diffstat | 1 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/hg.1.txt Sun Jul 03 11:41:24 2005 -0800 +++ b/doc/hg.1.txt Sun Jul 03 11:41:43 2005 -0800 @@ -327,6 +327,16 @@ undo:: Undo the last commit or pull transaction. + Roll back the last pull or commit transaction on the + repository, restoring the project to its earlier state. + + This command should be used with care. There is only one level of + undo and there is no redo. + + This command is not intended for use on public repositories. Once + a change is visible for pull by other users, undoing it locally is + ineffective. + update [-m -C] [revision]:: Update the working directory to the specified revision.