comparison mercurial/commands.py @ 27424:c2854c41f9ac

add: mention .hgignore in help
author timeless <timeless@mozdev.org>
date Thu, 17 Dec 2015 14:53:40 +0000
parents c953e26f3734
children cdb613099571
comparison
equal deleted inserted replaced
27423:c953e26f3734 27424:c2854c41f9ac
191 repository. 191 repository.
192 192
193 The files will be added to the repository at the next commit. To 193 The files will be added to the repository at the next commit. To
194 undo an add before that, see :hg:`forget`. 194 undo an add before that, see :hg:`forget`.
195 195
196 If no names are given, add all files to the repository. 196 If no names are given, add all files to the repository (except
197 files matching ``.hgignore``).
197 198
198 .. container:: verbose 199 .. container:: verbose
199 200
200 Examples: 201 Examples:
201 202