hgext/absorb.py
changeset 38922 ec0697f4f9c9
parent 38921 e930df0f9a55
child 38923 8460c3cbca7e
equal deleted inserted replaced
38921:e930df0f9a55 38922:ec0697f4f9c9
    22 
    22 
    23     [color]
    23     [color]
    24     absorb.node = blue bold
    24     absorb.node = blue bold
    25     absorb.path = bold
    25     absorb.path = bold
    26 """
    26 """
       
    27 
       
    28 # TODO:
       
    29 #  * Rename config items to [commands] namespace
       
    30 #  * Converge getdraftstack() with other code in core
       
    31 #  * move many attributes on fixupstate to be private
    27 
    32 
    28 from __future__ import absolute_import
    33 from __future__ import absolute_import
    29 
    34 
    30 import collections
    35 import collections
    31 
    36