diff -r da361aa7a118 -r 194e2bcf338e mercurial/commands.py --- a/mercurial/commands.py Wed Nov 15 15:51:58 2006 -0600 +++ b/mercurial/commands.py Wed Nov 15 15:51:58 2006 -0600 @@ -652,10 +652,6 @@ operation is recorded, but no copying is performed. 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. """ wlock = repo.wlock(0) errs, copied = docopy(ui, repo, pats, opts, wlock) @@ -1872,10 +1868,6 @@ operation is recorded, but no copying is performed. 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. """ wlock = repo.wlock(0) errs, copied = docopy(ui, repo, pats, opts, wlock)