revert: drop obvious paragraph about filenames
authorMatt Mackall <mpm@selenic.com>
Tue, 07 Jun 2011 16:02:51 -0500
changeset 14548 cd1a01550ca2
parent 14547 a6cc0f2d0365
child 14549 48ec0763afbb
revert: drop obvious paragraph about filenames
mercurial/commands.py
--- 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.