mercurial/commands.py
changeset 27424 c2854c41f9ac
parent 27423 c953e26f3734
child 27425 cdb613099571
--- a/mercurial/commands.py	Thu Dec 17 15:05:25 2015 +0000
+++ b/mercurial/commands.py	Thu Dec 17 14:53:40 2015 +0000
@@ -193,7 +193,8 @@
     The files will be added to the repository at the next commit. To
     undo an add before that, see :hg:`forget`.
 
-    If no names are given, add all files to the repository.
+    If no names are given, add all files to the repository (except
+    files matching ``.hgignore``).
 
     .. container:: verbose