##// END OF EJS Templates
upgrade: document DELTAREUSEFULLADD in revlog.clone...
marmoute -
r43267:6510c783 default
parent child Browse files
Show More
@@ -2360,6 +2360,10 b' class revlog(object):'
2360 2360 Deltas will never be reused. This is the slowest mode of execution.
2361 2361 This mode can be used to recompute deltas (e.g. if the diff/delta
2362 2362 algorithm changes).
2363 DELTAREUSEFULLADD
2364 Revision will be re-added as if their were new content. This is
2365 slower than DELTAREUSEALWAYS but allow more mechanism to kicks in.
2366 eg: large file detection and handling.
2363 2367
2364 2368 Delta computation can be slow, so the choice of delta reuse policy can
2365 2369 significantly affect run time.
General Comments 0
You need to be logged in to leave comments. Login now