# HG changeset patch # User Matt Mackall # Date 1163627518 21600 # Node ID 194e2bcf338e6ed39c13b0ed09b7e4fd51c179c0 # Parent da361aa7a1180292778d3b7a7e714f8ab3769096 rename and copy are no longer experimental 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)