comparison doc/hg.1.txt @ 810:790a0ff306f2

Move commands.forget over to using new walk code. With no names, it now recursively forgets everything, as is the default behaviour of other commands. And prints the names of all files it hasn't specifically been told to forget.
author Bryan O'Sullivan <bos@serpentine.com>
date Fri, 29 Jul 2005 08:49:01 -0800
parents b444a7e053f1
children fa9aaf3bbdd7
comparison
equal deleted inserted replaced
809:d0fb9efa2b2d 810:790a0ff306f2
159 159
160 Options: 160 Options:
161 161
162 -o, --output <filespec> print output to file with formatted named 162 -o, --output <filespec> print output to file with formatted named
163 163
164 forget [files]:: 164 forget [options] [files]::
165 Undo an 'hg add' scheduled for the next commit. 165 Undo an 'hg add' scheduled for the next commit.
166
167 options:
168 -I, --include <pat> include directories matching the given patterns
169 -X, --exclude <pat> exclude directories matching the given patterns
166 170
167 heads:: 171 heads::
168 Show all repository head changesets. 172 Show all repository head changesets.
169 173
170 Repository "heads" are changesets that don't have children 174 Repository "heads" are changesets that don't have children