[Updated] D12092: interfaces: add missing caches kwarg of localrepo.updatecaches()
av6 (Anton Shestakov)
phabricator at mercurial-scm.org
Thu Feb 3 17:02:28 UTC 2022
Closed by commit rHGbf3da4e02087: interfaces: add missing caches kwarg of localrepo.updatecaches() (authored by av6).
This revision was automatically updated to reflect the committed changes.
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D12092?vs=31988&id=32056
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D12092/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D12092
AFFECTED FILES
mercurial/interfaces/repository.py
CHANGE DETAILS
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():
To: av6, #hg-reviewers, Alphare
Cc: mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mercurial-scm.org/pipermail/mercurial-patches/attachments/20220203/47500d52/attachment.html>
More information about the Mercurial-patches
mailing list