comparison doc/hg.1.txt @ 1247:7a70dafbf4b9

Make remove command really unlink files.
author Bryan O'Sullivan <bos@serpentine.com>
date Wed, 14 Sep 2005 10:50:03 -0700
parents cde6818e082a
children a5355fa5e33a
comparison
equal deleted inserted replaced
1241:3b4f05ff3130 1247:7a70dafbf4b9
430 remove [options] [files ...]:: 430 remove [options] [files ...]::
431 Schedule the indicated files for removal from the repository. 431 Schedule the indicated files for removal from the repository.
432 432
433 This command schedules the files to be removed at the next commit. 433 This command schedules the files to be removed at the next commit.
434 This only removes files from the current branch, not from the 434 This only removes files from the current branch, not from the
435 entire project history. 435 entire project history. If the files still exist in the working
436 directory, they will be deleted from it.
436 437
437 aliases: rm 438 aliases: rm
438 439
439 revert [names ...]:: 440 revert [names ...]::
440 Revert any uncommitted modifications made to the named files or 441 Revert any uncommitted modifications made to the named files or