# HG changeset patch # User Pierre-Yves David # Date 1699477685 -3600 # Node ID 498017baa34bca0b683391a6d8362dc3131b9f9e # Parent b13804f7ef5f355224c6a96da68af77f05cbaa9c cleanup: remove some code scheduled to be removed after 5.9 looks like we missed this when cleaning up previous code. diff -r b13804f7ef5f -r 498017baa34b mercurial/localrepo.py --- a/mercurial/localrepo.py Tue Nov 21 16:22:47 2023 +0100 +++ b/mercurial/localrepo.py Wed Nov 08 22:08:05 2023 +0100 @@ -2921,17 +2921,7 @@ unfi = self.unfiltered() - if full: - msg = ( - "`full` argument for `repo.updatecaches` is deprecated\n" - "(use `caches=repository.CACHE_ALL` instead)" - ) - self.ui.deprecwarn(msg, b"5.9") - caches = repository.CACHES_ALL - if full == b"post-clone": - caches = repository.CACHES_POST_CLONE - caches = repository.CACHES_ALL - elif caches is None: + if caches is None: caches = repository.CACHES_DEFAULT if repository.CACHE_BRANCHMAP_SERVED in caches: