hgext/rebase.py
changeset 32375 04baab18d60a
parent 32348 082fc4abdc31
child 32427 8db2feb04ceb
equal deleted inserted replaced
32374:194b0f781132 32375:04baab18d60a
    50     smartset,
    50     smartset,
    51     util,
    51     util,
    52 )
    52 )
    53 
    53 
    54 release = lock.release
    54 release = lock.release
    55 templateopts = commands.templateopts
    55 templateopts = cmdutil.templateopts
    56 
    56 
    57 # The following constants are used throughout the rebase module. The ordering of
    57 # The following constants are used throughout the rebase module. The ordering of
    58 # their values must be maintained.
    58 # their values must be maintained.
    59 
    59 
    60 # Indicates that a revision needs to be rebased
    60 # Indicates that a revision needs to be rebased