mercurial/sshserver.py
changeset 6211 f89fd07fc51d
parent 5833 323b9c55b328
child 6563 3b6f18851d87
equal deleted inserted replaced
6210:942287cb1f57 6211:f89fd07fc51d
     5 #
     5 #
     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 i18n import _
     9 from i18n import _
    10 from node import *
    10 from node import bin, hex
    11 import os, streamclone, sys, tempfile, util, hook
    11 import os, streamclone, sys, tempfile, util, hook
    12 
    12 
    13 class sshserver(object):
    13 class sshserver(object):
    14     def __init__(self, ui, repo):
    14     def __init__(self, ui, repo):
    15         self.ui = ui
    15         self.ui = ui