hgext/rebase.py
changeset 38681 8eeed92475d5
parent 38680 70448ec995c2
child 38799 2002c193f2bc
equal deleted inserted replaced
38680:70448ec995c2 38681:8eeed92475d5
    32     destutil,
    32     destutil,
    33     dirstateguard,
    33     dirstateguard,
    34     error,
    34     error,
    35     extensions,
    35     extensions,
    36     hg,
    36     hg,
    37     lock,
       
    38     merge as mergemod,
    37     merge as mergemod,
    39     mergeutil,
    38     mergeutil,
    40     obsolete,
    39     obsolete,
    41     obsutil,
    40     obsutil,
    42     patch,
    41     patch,
    49     scmutil,
    48     scmutil,
    50     smartset,
    49     smartset,
    51     state as statemod,
    50     state as statemod,
    52     util,
    51     util,
    53 )
    52 )
    54 
       
    55 release = lock.release
       
    56 
    53 
    57 # The following constants are used throughout the rebase module. The ordering of
    54 # The following constants are used throughout the rebase module. The ordering of
    58 # their values must be maintained.
    55 # their values must be maintained.
    59 
    56 
    60 # Indicates that a revision needs to be rebased
    57 # Indicates that a revision needs to be rebased