Submitter | phabricator |
---|---|
Date | Jan. 27, 2022, 5:09 p.m. |
Message ID | <differential-rev-PHID-DREV-wob2tddeuhdtgwgra3si-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/50418/ |
State | New |
Headers | show |
Comments
Patch
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 @@ DANGEROUS. """ - def updatecaches(tr=None, full=False): + def updatecaches(tr=None, full=False, caches=None): """Warm repo caches.""" def invalidatecaches():