doc/hg.1.txt
changeset 1253 a45e717c61a8
parent 1249 a5355fa5e33a
child 1254 e6560042b7b8
--- a/doc/hg.1.txt	Wed Sep 14 16:31:03 2005 -0700
+++ b/doc/hg.1.txt	Wed Sep 14 16:34:22 2005 -0700
@@ -173,13 +173,15 @@
     stand in the working directory.  If invoked with --after, the
     operation is recorded, but no copying is performed.
 
-    This command takes effect for the next commit.
+    This command takes effect in the next commit.
 
     Options:
     -A, --after        record a copy that has already occurred
     -f, --force        forcibly copy over an existing managed file
     -p, --parents      append source path to dest
     
+    aliases: cp
+
 diff [-a] [-r revision] [-r revision] [files ...]::
     Show differences between revisions for the specified files.
 
@@ -448,6 +450,24 @@
 
     aliases: rm
 
+rename <source ...> <dest>::
+    Mark dest as copies of sources; mark sources for deletion.  If
+    dest is a directory, copies are put in that directory.  If dest is
+    a file, there can only be one source.
+
+    By default, this command copies the contents of files as they
+    stand in the working directory.  If invoked with --after, the
+    operation is recorded, but no copying is performed.
+
+    This command takes effect in the next commit.
+
+    Options:
+    -A, --after        record a rename that has already occurred
+    -f, --force        forcibly copy over an existing managed file
+    -p, --parents      append source path to dest
+
+    aliases: mv
+
 revert [names ...]::
     Revert any uncommitted modifications made to the named files or
     directories.  This restores the contents of the affected files to