Mercurial > hg
changeset 13855:3c43dd85d3d1
revert: note that added files are left as is
author | Adrian Buehlmann <adrian@cadifra.com> |
---|---|
date | Fri, 01 Apr 2011 22:44:58 +0200 |
parents | 5ed036e42fd9 |
children | 0995eee8ffe4 |
files | mercurial/commands.py |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/commands.py Fri Apr 01 20:40:27 2011 +0200 +++ b/mercurial/commands.py Fri Apr 01 22:44:58 2011 +0200 @@ -3370,8 +3370,9 @@ directory, the reverted files will thus appear modified afterwards. - If a file has been deleted, it is restored. If the executable mode - of a file was changed, it is reset. + If a file has been deleted, it is restored. Files scheduled for + addition are just unscheduled and left as they are. If the + executable mode of a file was changed, it is reset. If names are given, all files matching the names are reverted. If no arguments are given, no files are reverted.