equal
deleted
inserted
replaced
239 """add all new files, delete all missing files |
239 """add all new files, delete all missing files |
240 |
240 |
241 Add all new files and remove all missing files from the |
241 Add all new files and remove all missing files from the |
242 repository. |
242 repository. |
243 |
243 |
244 New files are ignored if they match any of the patterns in |
244 Unless names are given, new files are ignored if they match any of |
245 ``.hgignore``. As with add, these changes take effect at the next |
245 the patterns in ``.hgignore``. As with add, these changes take |
246 commit. |
246 effect at the next commit. |
247 |
247 |
248 Use the -s/--similarity option to detect renamed files. This |
248 Use the -s/--similarity option to detect renamed files. This |
249 option takes a percentage between 0 (disabled) and 100 (files must |
249 option takes a percentage between 0 (disabled) and 100 (files must |
250 be identical) as its parameter. With a parameter greater than 0, |
250 be identical) as its parameter. With a parameter greater than 0, |
251 this compares every removed file with every added file and records |
251 this compares every removed file with every added file and records |