mercurial/hg.py
changeset 3891 6b4127c7d52a
parent 3877 abaee83ce0a6
child 4081 e6d26e71f049
equal deleted inserted replaced
3890:2eec996f2fb9 3891:6b4127c7d52a
     6 # This software may be used and distributed according to the terms
     6 # This software may be used and distributed according to the terms
     7 # of the GNU General Public License, incorporated herein by reference.
     7 # of the GNU General Public License, incorporated herein by reference.
     8 
     8 
     9 from node import *
     9 from node import *
    10 from repo import *
    10 from repo import *
    11 from i18n import gettext as _
    11 from i18n import _
    12 import localrepo, bundlerepo, httprepo, sshrepo, statichttprepo
    12 import localrepo, bundlerepo, httprepo, sshrepo, statichttprepo
    13 import errno, lock, os, shutil, util
    13 import errno, lock, os, shutil, util
    14 import merge as _merge
    14 import merge as _merge
    15 import verify as _verify
    15 import verify as _verify
    16 
    16