[PATCH 07 of 16] rebase: move collapsef and collapsemsg local varialbles to an object

timeless timeless at gmail.com
Sun May 29 19:02:25 EDT 2016


Kostia Balytskyi wrote:
> rebase: move collapsef and collapsemsg local varialbles to an object

>  class RebaseRuntimeState(object):
>      """This class is a container for rebase runtime state"""
> -    def __init__(self, opts):
> +    def __init__(self, repo, ui, opts):

I'd rather this change be a distinct commit.


More information about the Mercurial-devel mailing list