hgext/show.py
branchstable
changeset 49366 288de6f5d724
parent 48875 6000f5b25c9b
equal deleted inserted replaced
49364:e8ea403b1c46 49366:288de6f5d724
    23 
    23 
    24    Aliases that would conflict with existing registrations will not be
    24    Aliases that would conflict with existing registrations will not be
    25    performed.
    25    performed.
    26 """
    26 """
    27 
    27 
    28 from __future__ import absolute_import
       
    29 
    28 
    30 from mercurial.i18n import _
    29 from mercurial.i18n import _
    31 from mercurial.node import nullrev
    30 from mercurial.node import nullrev
    32 from mercurial import (
    31 from mercurial import (
    33     cmdutil,
    32     cmdutil,