187
193
it is an incubator for experimental code.
190
def __init__(self, repo, parent_texts_to_cache=1, fulltext_every=200):
196
def __init__(self, repo, parent_texts_to_cache=1, fulltext_when=None):
191
197
"""See ImportRevisionLoader.__init__.
195
203
ImportRevisionLoader.__init__(self, repo, parent_texts_to_cache)
199
207
def _inventory_add_lines(self, inv_vf, version_id, parents, lines,
201
209
"""See Repository._inventory_add_lines()."""
202
210
# setup parameters used in original code but not this API
208
216
left_matching_blocks = None