hgext/share.py
changeset 48875 6000f5b25c9b
parent 46819 d4ba4d51f85f
child 49306 2e726c934fcd
equal deleted inserted replaced
48874:af0b21d5a930 48875:6000f5b25c9b
    63 
    63 
    64     For resharing existing shares, make sure your working directory is clean
    64     For resharing existing shares, make sure your working directory is clean
    65     and there are no untracked files, delete that share and create a new share.
    65     and there are no untracked files, delete that share and create a new share.
    66 '''
    66 '''
    67 
    67 
    68 from __future__ import absolute_import
       
    69 
    68 
    70 import errno
    69 import errno
    71 from mercurial.i18n import _
    70 from mercurial.i18n import _
    72 from mercurial import (
    71 from mercurial import (
    73     bookmarks,
    72     bookmarks,