addremove: make help match add
authortimeless <timeless@mozdev.org>
Thu, 17 Dec 2015 14:54:20 +0000
changeset 27425 cdb613099571
parent 27424 c2854c41f9ac
child 27426 859e9244ec54
addremove: make help match add
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