mercurial/sshrepo.py
changeset 3891 6b4127c7d52a
parent 3877 abaee83ce0a6
child 5176 664a1c312972
child 5190 6d5ed61c508c
equal deleted inserted replaced
3890:2eec996f2fb9 3891:6b4127c7d52a
     5 # This software may be used and distributed according to the terms
     5 # This software may be used and distributed according to the terms
     6 # of the GNU General Public License, incorporated herein by reference.
     6 # of the GNU General Public License, incorporated herein by reference.
     7 
     7 
     8 from node import *
     8 from node import *
     9 from remoterepo import *
     9 from remoterepo import *
    10 from i18n import gettext as _
    10 from i18n import _
    11 import hg, os, re, stat, util
    11 import hg, os, re, stat, util
    12 
    12 
    13 class sshrepository(remoterepository):
    13 class sshrepository(remoterepository):
    14     def __init__(self, ui, path, create=0):
    14     def __init__(self, ui, path, create=0):
    15         self._url = path
    15         self._url = path