##// END OF EJS Templates
add: mention .hgignore in help
timeless -
r27424:c2854c41 default
parent child Browse files
Show More
@@ -193,7 +193,8 b' def add(ui, repo, *pats, **opts):'
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
@@ -347,7 +347,8 b' Test short command list with verbose opt'
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
@@ -372,7 +373,8 b' Verbose help for add'
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
@@ -2202,7 +2204,8 b' Dish up an empty repo; serve it cold.'
2202 undo an add before that, see "hg forget".
2204 undo an add before that, see "hg forget".
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:
General Comments 0
You need to be logged in to leave comments. Login now