Mercurial > hg
changeset 3656:194e2bcf338e
rename and copy are no longer experimental
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Wed, 15 Nov 2006 15:51:58 -0600 |
parents | da361aa7a118 |
children | 4d988b7412f2 |
files | mercurial/commands.py |
diffstat | 1 files changed, 0 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- 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)