hgext/remotenames.py
changeset 48946 642e31cb55f0
parent 48913 f254fc73d956
child 49292 33872fec41e7
equal deleted inserted replaced
48945:55d132525155 48946:642e31cb55f0
   174             yield (k, [bin(vtup[0])])
   174             yield (k, [bin(vtup[0])])
   175 
   175 
   176     items = iteritems
   176     items = iteritems
   177 
   177 
   178 
   178 
   179 class remotenames(object):
   179 class remotenames:
   180     """
   180     """
   181     This class encapsulates all the remotenames state. It also contains
   181     This class encapsulates all the remotenames state. It also contains
   182     methods to access that state in convenient ways. Remotenames are lazy
   182     methods to access that state in convenient ways. Remotenames are lazy
   183     loaded. Whenever client code needs to ensure the freshest copy of
   183     loaded. Whenever client code needs to ensure the freshest copy of
   184     remotenames, use the `clearnames` method to force an eventual load.
   184     remotenames, use the `clearnames` method to force an eventual load.