hgext/remotenames.py
changeset 48875 6000f5b25c9b
parent 47062 f38bf44e077f
child 48913 f254fc73d956
equal deleted inserted replaced
48874:af0b21d5a930 48875:6000f5b25c9b
    22 remotenames.hoistedpeer
    22 remotenames.hoistedpeer
    23   Name of the peer whose remotebookmarks should be hoisted into the top-level
    23   Name of the peer whose remotebookmarks should be hoisted into the top-level
    24   namespace (default: 'default')
    24   namespace (default: 'default')
    25 """
    25 """
    26 
    26 
    27 from __future__ import absolute_import
       
    28 
    27 
    29 from mercurial.i18n import _
    28 from mercurial.i18n import _
    30 
    29 
    31 from mercurial.node import bin
    30 from mercurial.node import bin
    32 from mercurial import (
    31 from mercurial import (