##// END OF EJS Templates
mark copy/rename as experimental in the docs
mpm@selenic.com -
r1256:8054fdb0 default
parent child Browse files
Show More
@@ -188,6 +188,10 b' copy <source ...> <dest>::'
188 188
189 189 This command takes effect in the next commit.
190 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.
194
191 195 Options:
192 196 -A, --after record a copy that has already occurred
193 197 -I, --include <pat> include names matching the given patterns
@@ -476,6 +480,10 b' rename <source ...> <dest>::'
476 480
477 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 487 Options:
480 488 -A, --after record a rename that has already occurred
481 489 -f, --force forcibly copy over an existing managed file
General Comments 0
You need to be logged in to leave comments. Login now