doc/hg.1.txt
changeset 728 f6588fd14272
parent 725 c6b912f8b5b2
child 731 91ca3afab8e8
equal deleted inserted replaced
727:acee766fcb79 728:f6588fd14272
    56     Schedule files to be version controlled and added to the repository.
    56     Schedule files to be version controlled and added to the repository.
    57     
    57     
    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 subdirectory.
    61     its subdirectories.
    62 
    62 
    63 addremove::
    63 addremove::
    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