# HG changeset patch # User mpm@selenic.com # Date 1126763380 18000 # Node ID 8054fdb0b145931e60f3e8b52683a76ef1146e5a # Parent e825dfea382373b84378dcb3ea472a8ae7b27c38 mark copy/rename as experimental in the docs diff -r e825dfea3823 -r 8054fdb0b145 doc/hg.1.txt --- 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 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