hgext/convert/git.py
changeset 28671 96ed01f6514b
parent 28670 ff0d3b6b287f
child 28816 f4a42bb7c2ec
equal deleted inserted replaced
28670:ff0d3b6b287f 28671:96ed01f6514b
     5 # This software may be used and distributed according to the terms of the
     5 # This software may be used and distributed according to the terms of the
     6 # GNU General Public License version 2 or any later version.
     6 # GNU General Public License version 2 or any later version.
     7 from __future__ import absolute_import
     7 from __future__ import absolute_import
     8 
     8 
     9 import os
     9 import os
    10 import subprocess
       
    11 from mercurial import (
    10 from mercurial import (
    12     config,
    11     config,
    13     error,
    12     error,
    14     node as nodemod,
    13     node as nodemod,
    15     util,
       
    16 )
    14 )
    17 from mercurial.i18n import _
    15 from mercurial.i18n import _
    18 
    16 
    19 from . import (
    17 from . import (
    20     common,
    18     common,