equal
deleted
inserted
replaced
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 import os, re, select |
8 import os, re, select |
|
9 from node import * |
|
10 from remoterepo import * |
9 |
11 |
10 class sshrepository(remoterepository): |
12 class sshrepository(remoterepository): |
11 def __init__(self, ui, path): |
13 def __init__(self, ui, path): |
12 self.url = path |
14 self.url = path |
13 self.ui = ui |
15 self.ui = ui |