doc/hg.1.txt
changeset 766 b444a7e053f1
parent 761 0fb498458905
child 810 790a0ff306f2
child 814 0902ffece4b4
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