Mercurial > hg
changeset 27425:cdb613099571
addremove: make help match add
author | timeless <timeless@mozdev.org> |
---|---|
date | Thu, 17 Dec 2015 14:54:20 +0000 |
parents | c2854c41f9ac |
children | 859e9244ec54 |
files | mercurial/commands.py |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/commands.py Thu Dec 17 14:53:40 2015 +0000 +++ b/mercurial/commands.py Thu Dec 17 14:54:20 2015 +0000 @@ -241,9 +241,9 @@ Add all new files and remove all missing files from the repository. - New files are ignored if they match any of the patterns in - ``.hgignore``. As with add, these changes take effect at the next - commit. + Unless names are given, new files are ignored if they match any of + the patterns in ``.hgignore``. As with add, these changes take + effect at the next commit. Use the -s/--similarity option to detect renamed files. This option takes a percentage between 0 (disabled) and 100 (files must