diff -r 99a7cd924636 -r a6cc0f2d0365 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.