mercurial/localrepo.py
changeset 20924 e10000369b47
parent 20884 2efdd186925d
child 20925 5174c48ed8d8
equal deleted inserted replaced
20923:d771641b7051 20924:e10000369b47
  1671         return r
  1671         return r
  1672 
  1672 
  1673     def pull(self, remote, heads=None, force=False):
  1673     def pull(self, remote, heads=None, force=False):
  1674         return exchange.pull (self, remote, heads, force)
  1674         return exchange.pull (self, remote, heads, force)
  1675 
  1675 
  1676     def checkpush(self, force, revs):
  1676     def checkpush(self, pushop):
  1677         """Extensions can override this function if additional checks have
  1677         """Extensions can override this function if additional checks have
  1678         to be performed before pushing, or call it if they override push
  1678         to be performed before pushing, or call it if they override push
  1679         command.
  1679         command.
  1680         """
  1680         """
  1681         pass
  1681         pass