comparison doc/hg.1.txt @ 1256:8054fdb0b145

mark copy/rename as experimental in the docs
author mpm@selenic.com
date Thu, 15 Sep 2005 00:49:40 -0500
parents e6560042b7b8
children 979c04997448
comparison
equal deleted inserted replaced
1255:e825dfea3823 1256:8054fdb0b145
185 By default, this command copies the contents of files as they 185 By default, this command copies the contents of files as they
186 stand in the working directory. If invoked with --after, the 186 stand in the working directory. If invoked with --after, the
187 operation is recorded, but no copying is performed. 187 operation is recorded, but no copying is performed.
188 188
189 This command takes effect in the next commit. 189 This command takes effect in the next commit.
190
191 NOTE: This command should be treated as experimental. While it
192 should properly record copied files, this information is not yet
193 fully used by merge, nor fully reported by log.
190 194
191 Options: 195 Options:
192 -A, --after record a copy that has already occurred 196 -A, --after record a copy that has already occurred
193 -I, --include <pat> include names matching the given patterns 197 -I, --include <pat> include names matching the given patterns
194 -X, --exclude <pat> exclude names matching the given patterns 198 -X, --exclude <pat> exclude names matching the given patterns
474 stand in the working directory. If invoked with --after, the 478 stand in the working directory. If invoked with --after, the
475 operation is recorded, but no copying is performed. 479 operation is recorded, but no copying is performed.
476 480
477 This command takes effect in the next commit. 481 This command takes effect in the next commit.
478 482
483 NOTE: This command should be treated as experimental. While it
484 should properly record rename files, this information is not yet
485 fully used by merge, nor fully reported by log.
486
479 Options: 487 Options:
480 -A, --after record a rename that has already occurred 488 -A, --after record a rename that has already occurred
481 -f, --force forcibly copy over an existing managed file 489 -f, --force forcibly copy over an existing managed file
482 -p, --parents append source path to dest 490 -p, --parents append source path to dest
483 491