[PATCH] bundle2: separate bundle10 and bundle2 cases in getbundle()

Mike Hommey mh at glandium.org
Wed Sep 24 20:14:20 CDT 2014


On Wed, Sep 24, 2014 at 05:59:30PM -0700, Pierre-Yves David wrote:
> This should be a combination of list and dict outside of the function.
>
> The list will contains name of step to be performed (as string). The dict
> will maps "step" to <function>. This way:
> 
>  - extension can add their own step anywhere in the flow.
>  - extension can overwrite a give step easily (I wonder who could make use
> of this…)

Well, I do ;) (I want to replace the changegroup part)

Mike


More information about the Mercurial-devel mailing list