revert: actually add pointer to backout
authorMatt Mackall <mpm@selenic.com>
Tue, 07 Jun 2011 16:01:38 -0500
changeset 14547 a6cc0f2d0365
parent 14546 99a7cd924636
child 14548 cd1a01550ca2
revert: actually add pointer to backout
mercurial/commands.py
--- a/mercurial/commands.py	Tue Jun 07 14:54:17 2011 -0500
+++ b/mercurial/commands.py	Tue Jun 07 16:01:38 2011 -0500
@@ -4101,8 +4101,8 @@
     directories to their contents 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.
-
+    out" some or all of an earlier change. See :hg:`backout` for a
+    related method.
 
     If names are given, all files matching the names are reverted.
     If no arguments are given, no files are reverted.