comparison mercurial/commands.py @ 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 68d814a3cefd
comparison
equal deleted inserted replaced
14547:a6cc0f2d0365 14548:cd1a01550ca2
4101 directories to their contents as of a specific revision. Because 4101 directories to their contents as of a specific revision. Because
4102 revert does not change the working directory parents, this will 4102 revert does not change the working directory parents, this will
4103 cause these files to appear modified. This can be helpful to "back 4103 cause these files to appear modified. This can be helpful to "back
4104 out" some or all of an earlier change. See :hg:`backout` for a 4104 out" some or all of an earlier change. See :hg:`backout` for a
4105 related method. 4105 related method.
4106
4107 If names are given, all files matching the names are reverted.
4108 If no arguments are given, no files are reverted.
4109 4106
4110 Modified files are saved with a .orig suffix before reverting. 4107 Modified files are saved with a .orig suffix before reverting.
4111 To disable these backups, use --no-backup. 4108 To disable these backups, use --no-backup.
4112 4109
4113 See :hg:`help dates` for a list of formats valid for -d/--date. 4110 See :hg:`help dates` for a list of formats valid for -d/--date.