# HG changeset patch # User Matt Mackall # Date 1307480571 18000 # Node ID cd1a01550ca2619485abed340baf436559e1091f # Parent a6cc0f2d036583155d7352bdd27a9b21e69cfe2a revert: drop obvious paragraph about filenames diff -r a6cc0f2d0365 -r cd1a01550ca2 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.