mercurial/sshrepo.py
changeset 7873 4a4c7f6a5912
parent 7642 84346894def8
child 8150 bbc24c0753a0
equal deleted inserted replaced
7872:f680a1bd679b 7873:4a4c7f6a5912
     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 bin, hex
     8 from node import bin, hex
     9 from i18n import _
     9 from i18n import _
    10 import repo, os, re, util, error
    10 import repo, re, util, error
    11 
    11 
    12 class remotelock(object):
    12 class remotelock(object):
    13     def __init__(self, repo):
    13     def __init__(self, repo):
    14         self.repo = repo
    14         self.repo = repo
    15     def release(self):
    15     def release(self):