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 class remoterepository(object): |
8 class remoterepository(object): |
|
9 def dev(self): |
|
10 return -1 |
|
11 |
9 def local(self): |
12 def local(self): |
10 return False |
13 return False |
11 |
14 |
12 class remotelock(object): |
15 class remotelock(object): |
13 def __init__(self, repo): |
16 def __init__(self, repo): |