diff doc/hg.1.txt @ 588:0c3bae18403b

[PATCH] hg revert -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 [PATCH] hg revert From: Bryan O'Sullivan <bos@serpentine.com> Add revert command. manifest hash: 0094e6bf421f34bd0492a33f95400b1b095a6bdc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCx2BaywK+sNU5EO8RAigMAKCrvgTtIDuirCsMVlbiTMqaJy3UNgCdEcTL hMN1X8FZi6sH+NjUdr9sYBg= =i58L -----END PGP SIGNATURE-----
author mpm@selenic.com
date Sat, 02 Jul 2005 19:49:46 -0800
parents 353a2ce50423
children c2c2c6d617bd
line wrap: on
line diff
--- a/doc/hg.1.txt	Sat Jul 02 19:44:35 2005 -0800
+++ b/doc/hg.1.txt	Sat Jul 02 19:49:46 2005 -0800
@@ -253,6 +253,24 @@
 
     aliases: rm
 
+revert [names ...]::
+    Revert any uncommitted modifications made to the named files or
+    directories.  This restores the contents of the affected files to
+    an unmodified state.
+
+    If a file has been deleted, it is recreated.  If the executable
+    mode of a file was changed, it is reset.
+
+    If a directory is given, all files in that directory and its
+    subdirectories are reverted.
+
+    If no arguments are given, all files in the current directory and
+    its subdirectories are reverted.
+
+    options:
+    -r, --rev <rev>       revision to revert to
+    -n, --nonrecursive    do not recurse into subdirectories
+
 root::
     Print the root directory of the current repository.