mercurial/localrepo.py
changeset 22700 41421bd9c42e
parent 22696 73b5b8312ce6
child 22787 4a13849ca359
equal deleted inserted replaced
22699:74da54e52d7c 22700:41421bd9c42e
  1572 
  1572 
  1573             r.append(l)
  1573             r.append(l)
  1574 
  1574 
  1575         return r
  1575         return r
  1576 
  1576 
  1577     def pull(self, remote, heads=None, force=False, **kwargs):
       
  1578         return exchange.pull(self, remote, heads, force, **kwargs).cgresult
       
  1579 
       
  1580     def checkpush(self, pushop):
  1577     def checkpush(self, pushop):
  1581         """Extensions can override this function if additional checks have
  1578         """Extensions can override this function if additional checks have
  1582         to be performed before pushing, or call it if they override push
  1579         to be performed before pushing, or call it if they override push
  1583         command.
  1580         command.
  1584         """
  1581         """