mercurial/repo.py
changeset 7873 4a4c7f6a5912
parent 7637 1d54e2f6c0b7
child 8225 46293a0c7e9f
equal deleted inserted replaced
7872:f680a1bd679b 7873:4a4c7f6a5912
     5 #
     5 #
     6 # This software may be used and distributed according to the terms
     6 # This software may be used and distributed according to the terms
     7 # of the GNU General Public License, incorporated herein by reference.
     7 # of the GNU General Public License, incorporated herein by reference.
     8 
     8 
     9 from i18n import _
     9 from i18n import _
       
    10 import error
    10 
    11 
    11 class repository(object):
    12 class repository(object):
    12     def capable(self, name):
    13     def capable(self, name):
    13         '''tell whether repo supports named capability.
    14         '''tell whether repo supports named capability.
    14         return False if not supported.
    15         return False if not supported.