# HG changeset patch # User timeless # Date 1450364060 0 # Node ID cdb613099571506ed7eec5da974eb467734243be # Parent c2854c41f9acccc6b1c0420203a0a54bba45a765 addremove: make help match add diff -r c2854c41f9ac -r cdb613099571 mercurial/commands.py --- 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