Mercurial > hg
changeset 48696:bf3da4e02087
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
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Thu, 27 Jan 2022 20:04:56 +0300 |
parents | 48cb4109b6f6 |
children | fba2d7fab11e |
files | mercurial/interfaces/repository.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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():