changeset 14557:f966979f61ce

revert: is reverting file states, not just file contents e.g. x bit is reverted as well Also makes this paragraph more consistent with the preceding one, which already uses the term "state" (not "content").
author Adrian Buehlmann <adrian@cadifra.com>
date Thu, 09 Jun 2011 18:39:14 +0200
parents 517e1d88bf7e
children 2ce7dfe17bc5
files mercurial/commands.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/commands.py	Fri Jun 10 11:43:38 2011 -0500
+++ b/mercurial/commands.py	Thu Jun 09 18:39:14 2011 +0200
@@ -4102,7 +4102,7 @@
     state and unschedules adds, removes, copies, and renames.
 
     Using the -r/--rev or -d/--date options, revert the given files or
-    directories to their contents as of a specific revision. Because
+    directories to their states as of a specific revision. Because
     revert does not change the working directory parents, this will
     cause these files to appear modified. This can be helpful to "back
     out" some or all of an earlier change. See :hg:`backout` for a