##// END OF EJS Templates
copies: add docs for config `experimental.copytrace.sourcecommitlimit`...
Pulkit Goyal -
r34517:e79b3611 default
parent child Browse files
Show More
@@ -380,6 +380,10 b' def _isfullcopytraceable(repo, c1, base)'
380 380 """ Checks that if base, source and destination are all no-public branches,
381 381 if yes let's use the full copytrace algorithm for increased capabilities
382 382 since it will be fast enough.
383
384 `experimental.copytrace.sourcecommitlimit` can be used to set a limit for
385 number of changesets from c1 to base such that if number of changesets are
386 more than the limit, full copytracing algorithm won't be used.
383 387 """
384 388 if c1.rev() is None:
385 389 c1 = c1.p1()
General Comments 0
You need to be logged in to leave comments. Login now