equal
deleted
inserted
replaced
5 # This software may be used and distributed according to the terms of the |
5 # This software may be used and distributed according to the terms of the |
6 # GNU General Public License version 2, incorporated herein by reference. |
6 # GNU General Public License version 2, incorporated herein by reference. |
7 |
7 |
8 from node import bin, hex |
8 from node import bin, hex |
9 from i18n import _ |
9 from i18n import _ |
10 import repo, re, util, error |
10 import repo, util, error |
|
11 import re |
11 |
12 |
12 class remotelock(object): |
13 class remotelock(object): |
13 def __init__(self, repo): |
14 def __init__(self, repo): |
14 self.repo = repo |
15 self.repo = repo |
15 def release(self): |
16 def release(self): |