Mercurial > hg-stable
changeset 14547:a6cc0f2d0365
revert: actually add pointer to backout
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Tue, 07 Jun 2011 16:01:38 -0500 |
parents | 99a7cd924636 |
children | cd1a01550ca2 |
files | mercurial/commands.py |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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.