comparison doc/hg.1.txt @ 728:f6588fd14272

Fix typo.
author Bryan O'Sullivan <bos@serpentine.com>
date Tue, 19 Jul 2005 07:51:34 -0800
parents c6b912f8b5b2
children 91ca3afab8e8
comparison
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