comparison doc/hg.1.txt @ 1188:b3ceb2d470fc

Fix up remove command to use walk code.
author Bryan O'Sullivan <bos@serpentine.com>
date Thu, 01 Sep 2005 07:48:14 -0700
parents 120aa5fc7ced
children 737f9b90c571
comparison
equal deleted inserted replaced
1187:120aa5fc7ced 1188:b3ceb2d470fc
401 Recover from an interrupted commit or pull. 401 Recover from an interrupted commit or pull.
402 402
403 This command tries to fix the repository status after an interrupted 403 This command tries to fix the repository status after an interrupted
404 operation. It should only be necessary when Mercurial suggests it. 404 operation. It should only be necessary when Mercurial suggests it.
405 405
406 remove [files ...]:: 406 remove [options] [files ...]::
407 Schedule the indicated files for removal from the repository. 407 Schedule the indicated files for removal from the repository.
408 408
409 This command schedules the files to be removed at the next commit. 409 This command schedules the files to be removed at the next commit.
410 This only removes files from the current branch, not from the 410 This only removes files from the current branch, not from the
411 entire project history. 411 entire project history.