changeset 14548:cd1a01550ca2

revert: drop obvious paragraph about filenames
author Matt Mackall <mpm@selenic.com>
date Tue, 07 Jun 2011 16:02:51 -0500
parents a6cc0f2d0365
children 48ec0763afbb
files mercurial/commands.py
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/commands.py	Tue Jun 07 16:01:38 2011 -0500
+++ b/mercurial/commands.py	Tue Jun 07 16:02:51 2011 -0500
@@ -4104,9 +4104,6 @@
     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.
-
     Modified files are saved with a .orig suffix before reverting.
     To disable these backups, use --no-backup.