mercurial/commands.py
changeset 4803 7db38bfb307e
parent 4798 452d171a1b39
child 4819 616a5adbf402
child 4864 fc8b3e7cbf6b
--- a/mercurial/commands.py
+++ b/mercurial/commands.py
@@ -2254,7 +2254,7 @@ def revert(ui, repo, *pats, **opts):
     directory, the reverted files will thus appear modified
     afterwards.
 
-    If a file has been deleted, it is recreated.  If the executable
+    If a file has been deleted, it is restored.  If the executable
     mode of a file was changed, it is reset.
 
     If names are given, all files matching the names are reverted.