diff 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
line wrap: on
line diff
--- a/doc/hg.1.txt
+++ b/doc/hg.1.txt
@@ -432,7 +432,8 @@ remove [options] [files ...]::
 
     This command schedules the files to be removed at the next commit.
     This only removes files from the current branch, not from the
-    entire project history.
+    entire project history.  If the files still exist in the working
+    directory, they will be deleted from it.
 
     aliases: rm