comparison mercurial/bundle2.py @ 30871:e527c11375a4

bundle2: drop an outdated comment The function is no longer in "early" stage and have been used in production for years. We can probably drop that part of the docstring...
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
date Thu, 02 Feb 2017 11:03:41 +0100
parents 511a4bf52754
children 1f51b4658f21
comparison
equal deleted inserted replaced
30870:c5bee6aa4971 30871:e527c11375a4
317 def processbundle(repo, unbundler, transactiongetter=None, op=None): 317 def processbundle(repo, unbundler, transactiongetter=None, op=None):
318 """This function process a bundle, apply effect to/from a repo 318 """This function process a bundle, apply effect to/from a repo
319 319
320 It iterates over each part then searches for and uses the proper handling 320 It iterates over each part then searches for and uses the proper handling
321 code to process the part. Parts are processed in order. 321 code to process the part. Parts are processed in order.
322
323 This is very early version of this function that will be strongly reworked
324 before final usage.
325 322
326 Unknown Mandatory part will abort the process. 323 Unknown Mandatory part will abort the process.
327 324
328 It is temporarily possible to provide a prebuilt bundleoperation to the 325 It is temporarily possible to provide a prebuilt bundleoperation to the
329 function. This is used to ensure output is properly propagated in case of 326 function. This is used to ensure output is properly propagated in case of