comparison doc/hg.1.txt @ 766:b444a7e053f1

Get addremove to use new walk code. It is now more verbose than it used to be. If given file names, it prints nothing, as before. But if given patterns or nothing, it prints the names of the files it is operating on, to remove that air of mystery. It also now operates at or below the current directory.
author Bryan O'Sullivan <bos@serpentine.com>
date Fri, 22 Jul 2005 19:45:48 -0800
parents 0fb498458905
children 790a0ff306f2 0902ffece4b4
comparison
equal deleted inserted replaced
765:1e31d97c3d70 766:b444a7e053f1
58 The files will be added to the repository at the next commit. 58 The files will be added to the repository at the next commit.
59 59
60 If no names are given, add all files in the current directory and 60 If no names are given, add all files in the current directory and
61 its subdirectories. 61 its subdirectories.
62 62
63 addremove:: 63 addremove [options] [files ...]::
64 Add all new files and remove all missing files from the repository. 64 Add all new files and remove all missing files from the repository.
65 65
66 New files are ignored if they match any of the patterns in .hgignore. As 66 New files are ignored if they match any of the patterns in .hgignore. As
67 with add, these changes take effect at the next commit. 67 with add, these changes take effect at the next commit.
68 68