changeset 1256:8054fdb0b145

mark copy/rename as experimental in the docs
author mpm@selenic.com
date Thu, 15 Sep 2005 00:49:40 -0500
parents e825dfea3823
children 1945754e466b
files doc/hg.1.txt
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/doc/hg.1.txt	Wed Sep 14 22:32:12 2005 -0700
+++ b/doc/hg.1.txt	Thu Sep 15 00:49:40 2005 -0500
@@ -188,6 +188,10 @@
 
     This command takes effect in the next commit.
 
+    NOTE: This command should be treated as experimental. While it
+    should properly record copied files, this information is not yet
+    fully used by merge, nor fully reported by log.
+
     Options:
     -A, --after           record a copy that has already occurred
     -I, --include <pat>   include names matching the given patterns
@@ -476,6 +480,10 @@
 
     This command takes effect in the next commit.
 
+    NOTE: This command should be treated as experimental. While it
+    should properly record rename files, this information is not yet
+    fully used by merge, nor fully reported by log.
+
     Options:
     -A, --after        record a rename that has already occurred
     -f, --force        forcibly copy over an existing managed file