mercurial/sshrepo.py
changeset 2858 345bac2bc4ec
parent 2740 386f04d6ecb3
child 3031 2b0bc36a48d8
equal deleted inserted replaced
2857:c9b08cacf983 2858:345bac2bc4ec
     1 # sshrepo.py - ssh repository proxy class for mercurial
     1 # sshrepo.py - ssh repository proxy class for mercurial
     2 #
     2 #
     3 # Copyright 2005 Matt Mackall <mpm@selenic.com>
     3 # Copyright 2005, 2006 Matt Mackall <mpm@selenic.com>
     4 #
     4 #
     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 *