hgext/show.py
changeset 48875 6000f5b25c9b
parent 43080 86e4daa2d54c
equal deleted inserted replaced
48874:af0b21d5a930 48875:6000f5b25c9b
    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,