comparison .hgtags @ 24625:2cebf17c0fcc

copies: pass changectx instead of manifest to _computenonoverlap The _computenonoverlap function takes two manifests to allow extensions to hook in and read the manifest nodes produced by the function. The remotefilelog extension actually needs the entire changectx instead (which includes the manifest) so it can prefetch the subset of files necessary for a sparse checkout (and the sparse checkout depends on which commit is being accessed, hence the need for the changectx). I have tests in the remotefilelog extension that cover this.
author Durham Goode <durham@fb.com>
date Fri, 03 Apr 2015 15:18:34 -0700
parents c622aead8d2b
children 2fe9fd88db0b
comparison
equal deleted inserted replaced
24624:6f0e6fa9fdd7 24625:2cebf17c0fcc