hgext/absorb.py
changeset 48875 6000f5b25c9b
parent 47012 d55b71393907
child 48913 f254fc73d956
equal deleted inserted replaced
48874:af0b21d5a930 48875:6000f5b25c9b
    29 # TODO:
    29 # TODO:
    30 #  * Rename config items to [commands] namespace
    30 #  * Rename config items to [commands] namespace
    31 #  * Converge getdraftstack() with other code in core
    31 #  * Converge getdraftstack() with other code in core
    32 #  * move many attributes on fixupstate to be private
    32 #  * move many attributes on fixupstate to be private
    33 
    33 
    34 from __future__ import absolute_import
       
    35 
    34 
    36 import collections
    35 import collections
    37 
    36 
    38 from mercurial.i18n import _
    37 from mercurial.i18n import _
    39 from mercurial.node import (
    38 from mercurial.node import (