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
--- a/mercurial/interfaces/repository.py Mon Jan 31 18:05:36 2022 +0300
+++ b/mercurial/interfaces/repository.py Thu Jan 27 20:04:56 2022 +0300
@@ -1787,7 +1787,7 @@
DANGEROUS.
"""
- def updatecaches(tr=None, full=False):
+ def updatecaches(tr=None, full=False, caches=None):
"""Warm repo caches."""
def invalidatecaches():