mercurial/scmutil.py
changeset 51526 a03fa40afd01
parent 51525 530b4cffd6a6
child 51529 4141d12de073
equal deleted inserted replaced
51525:530b4cffd6a6 51526:a03fa40afd01
   347             self._ui.warn(_(b"warning: %s\n") % msg)
   347             self._ui.warn(_(b"warning: %s\n") % msg)
   348         self._loweredfiles.add(fl)
   348         self._loweredfiles.add(fl)
   349         self._newfiles.add(f)
   349         self._newfiles.add(f)
   350 
   350 
   351 
   351 
   352 def filteredhash(repo, maxrev, needobsolete=False):
   352 def combined_filtered_and_obsolete_hash(repo, maxrev, needobsolete=False):
   353     """build hash of filtered revisions in the current repoview.
   353     """build hash of filtered revisions in the current repoview.
   354 
   354 
   355     Multiple caches perform up-to-date validation by checking that the
   355     Multiple caches perform up-to-date validation by checking that the
   356     tiprev and tipnode stored in the cache file match the current repository.
   356     tiprev and tipnode stored in the cache file match the current repository.
   357     However, this is not sufficient for validating repoviews because the set
   357     However, this is not sufficient for validating repoviews because the set