comparison tests/test-help.t @ 27424:c2854c41f9ac

add: mention .hgignore in help
author timeless <timeless@mozdev.org>
date Thu, 17 Dec 2015 14:53:40 +0000
parents dfab0afde928
children 11150176a000
comparison
equal deleted inserted replaced
27423:c953e26f3734 27424:c2854c41f9ac
345 Schedule files to be version controlled and added to the repository. 345 Schedule files to be version controlled and added to the repository.
346 346
347 The files will be added to the repository at the next commit. To undo an 347 The files will be added to the repository at the next commit. To undo an
348 add before that, see "hg forget". 348 add before that, see "hg forget".
349 349
350 If no names are given, add all files to the repository. 350 If no names are given, add all files to the repository (except files
351 matching ".hgignore").
351 352
352 Returns 0 if all files are successfully added. 353 Returns 0 if all files are successfully added.
353 354
354 options ([+] can be repeated): 355 options ([+] can be repeated):
355 356
370 Schedule files to be version controlled and added to the repository. 371 Schedule files to be version controlled and added to the repository.
371 372
372 The files will be added to the repository at the next commit. To undo an 373 The files will be added to the repository at the next commit. To undo an
373 add before that, see "hg forget". 374 add before that, see "hg forget".
374 375
375 If no names are given, add all files to the repository. 376 If no names are given, add all files to the repository (except files
377 matching ".hgignore").
376 378
377 Examples: 379 Examples:
378 380
379 - New (unknown) files are added automatically by "hg add": 381 - New (unknown) files are added automatically by "hg add":
380 382
2200 <p> 2202 <p>
2201 The files will be added to the repository at the next commit. To 2203 The files will be added to the repository at the next commit. To
2202 undo an add before that, see &quot;hg forget&quot;. 2204 undo an add before that, see &quot;hg forget&quot;.
2203 </p> 2205 </p>
2204 <p> 2206 <p>
2205 If no names are given, add all files to the repository. 2207 If no names are given, add all files to the repository (except
2208 files matching &quot;.hgignore&quot;).
2206 </p> 2209 </p>
2207 <p> 2210 <p>
2208 Examples: 2211 Examples:
2209 </p> 2212 </p>
2210 <ul> 2213 <ul>