# HG changeset patch # User Anton Shestakov # Date 2022-01-27 17:04:56 # Node ID bf3da4e02087017294d51da23bd8e765d2e55b42 # Parent 48cb4109b6f6dae9ef626abad6551300e022ef94 interfaces: add missing caches kwarg of localrepo.updatecaches() Added to localrepo: in 1337bfaa88ca, added to the interface: now. Differential Revision: https://phab.mercurial-scm.org/D12092 diff --git a/mercurial/interfaces/repository.py b/mercurial/interfaces/repository.py --- a/mercurial/interfaces/repository.py +++ b/mercurial/interfaces/repository.py @@ -1787,7 +1787,7 @@ class ilocalrepositorymain(interfaceutil DANGEROUS. """ - def updatecaches(tr=None, full=False): + def updatecaches(tr=None, full=False, caches=None): """Warm repo caches.""" def invalidatecaches():