hgext/remotenames.py
changeset 42603 3018749a71bb
parent 40069 fd4d59cf2ebb
child 43076 2372284d9457
equal deleted inserted replaced
42602:c7d236b55a3e 42603:3018749a71bb
   165             self._load()
   165             self._load()
   166 
   166 
   167         for k, vtup in self.potentialentries.iteritems():
   167         for k, vtup in self.potentialentries.iteritems():
   168             yield (k, [bin(vtup[0])])
   168             yield (k, [bin(vtup[0])])
   169 
   169 
       
   170     items = iteritems
       
   171 
   170 class remotenames(object):
   172 class remotenames(object):
   171     """
   173     """
   172     This class encapsulates all the remotenames state. It also contains
   174     This class encapsulates all the remotenames state. It also contains
   173     methods to access that state in convenient ways. Remotenames are lazy
   175     methods to access that state in convenient ways. Remotenames are lazy
   174     loaded. Whenever client code needs to ensure the freshest copy of
   176     loaded. Whenever client code needs to ensure the freshest copy of