equal
deleted
inserted
replaced
3 # Copyright 2005, 2006 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 bin, hex |
9 from remoterepo import * |
9 from remoterepo import remotelock, remoterepository |
10 from i18n import _ |
10 from i18n import _ |
11 import repo, os, re, stat, util |
11 import repo, 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): |