diff mercurial/commands.py @ 13855:3c43dd85d3d1

revert: note that added files are left as is
author Adrian Buehlmann <adrian@cadifra.com>
date Fri, 01 Apr 2011 22:44:58 +0200
parents 7dc2bd4c0dc8
children a8d13ee0ce68
line wrap: on
line diff
--- a/mercurial/commands.py	Fri Apr 01 20:40:27 2011 +0200
+++ b/mercurial/commands.py	Fri Apr 01 22:44:58 2011 +0200
@@ -3370,8 +3370,9 @@
     directory, the reverted files will thus appear modified
     afterwards.
 
-    If a file has been deleted, it is restored. If the executable mode
-    of a file was changed, it is reset.
+    If a file has been deleted, it is restored. Files scheduled for
+    addition are just unscheduled and left as they are. If the
+    executable mode of a file was changed, it is reset.
 
     If names are given, all files matching the names are reverted.
     If no arguments are given, no files are reverted.